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