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

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.