Jason Grout 10d07f6917 Make a cell clone method to handle creating a new cell widget. 7 年之前
..
src 10d07f6917 Make a cell clone method to handle creating a new cell widget. 7 年之前
style 1d247dec5f More work on design. 7 年之前
README.md 4bec5eacf8 Add more README text. 7 年之前
package.json 8a0cb9a33c Switch to React 16 7 年之前
tsconfig.json 0812f201a0 wip switch to react rendering 7 年之前

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.