UNPKG

430 BMarkdownView Raw
1# @jupyterlab/cells
2
3A JupyterLab package which provides an implementation of a Jupyter notebook cell.
4These cells are used in both the [notebook](../notebook) and the [code console](../console).
5The result of cell execution is shown in an output area,
6which is implemented in [@jupyterlab/outputarea](../outputarea).
7Markdown and raw cells can have attachments,
8which is implemented in [@jupyterlab/attachments](../attachments).