Afshin Darian 2f9aed860f Merge pull request #4373 from vidartf/attachments 7 anni fa
..
src 2f9aed860f Merge pull request #4373 from vidartf/attachments 7 anni fa
style a47bb82a6c Context menu item for scrolling output (#3545) 7 anni fa
README.md 4b2ba2affa Add support for showing and saving attachments 7 anni fa
package.json 4b2ba2affa Add support for showing and saving attachments 7 anni fa
tsconfig.json cc74a5d477 Target typescript compilation to ES2015 instead of ES5. 7 anni fa

README.md

@jupyterlab/cells

A JupyterLab package which provides an implementation of a Jupyter notebook cell. These cells are used in both the notebook and the code console. The result of cell execution is shown in an output area, which is implemented in @jupyterlab/outputarea. Markdown and raw cells can have attachments, which is implemented in @jupyterlab/attachments.