GitHub Action 92a965a252 [ci skip] New version vor 3 Jahren
..
.vscode 8d5d9f5667 clean up packages vor 5 Jahren
src 258c460906 Backport PR #11493: Update ModelDB metadata when switching the shared model (#11515) vor 3 Jahren
style 4bb5dc9cf8 Backport PR #11478: Tweak CSS for scrolled outputs (#11582) vor 3 Jahren
test a2d2c5b26f Fix a few typos, camelCase some privates (#10524) vor 3 Jahren
README.md 4b2ba2affa Add support for showing and saving attachments vor 7 Jahren
babel.config.js 497f9667f3 modernize cells tests vor 5 Jahren
jest.config.js 8d5d9f5667 clean up packages vor 5 Jahren
package.json 92a965a252 [ci skip] New version vor 3 Jahren
tsconfig.json 16cba948f0 Shared editing with collaborative notebook model. (#10118) vor 4 Jahren
tsconfig.test.json 16cba948f0 Shared editing with collaborative notebook model. (#10118) vor 4 Jahren
typedoc.json 9b42db0c8a Update typedoc config for 0.20 beta 27 vor 4 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.