Jason Grout 54bc123589 Extend tsconfig to have a central place for uniform options. vor 7 Jahren
..
src 2f9aed860f Merge pull request #4373 from vidartf/attachments vor 7 Jahren
style a47bb82a6c Context menu item for scrolling output (#3545) vor 7 Jahren
README.md 4b2ba2affa Add support for showing and saving attachments vor 7 Jahren
package.json c57bb491cb Update to typescript 2.9.1 vor 7 Jahren
tsconfig.json 54bc123589 Extend tsconfig to have a central place for uniform options. vor 7 Jahren

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.