Jason Grout 7e56a9fb68 New version hace 4 años
..
.vscode 8d5d9f5667 clean up packages hace 5 años
src de64644b15 Update metadata recorded to align better with jupyter protocol hace 4 años
style a5d49b4a8e Set outputarea overflow to hidden hace 4 años
test cdb5b99a88 Convert jest imports to typescript type references. hace 4 años
README.md 4b2ba2affa Add support for showing and saving attachments hace 7 años
babel.config.js 497f9667f3 modernize cells tests hace 5 años
jest.config.js 8d5d9f5667 clean up packages hace 5 años
package.json 7e56a9fb68 New version hace 4 años
tsconfig.json c388056d00 integrity hace 5 años
tsconfig.test.json 6d6c18f7ac clean up createFileSession and add self to test build target hace 5 años
typedoc.json afe04d6898 Migrate typedoc config to more conventional typedoc.json files hace 5 años

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.