Brian E. Granger 182e554a8d Use border radius CSS var for other things too. 7 years ago
..
src b9c1fb8f51 Revamp editor settings (#3441) 7 years ago
style 182e554a8d Use border radius CSS var for other things too. 7 years ago
README.md 4bec5eacf8 Add more README text. 7 years ago
package.json 19ed0f75ff Release @jupyterlab/apputils@0.13.1 7 years ago
tsconfig.json 0812f201a0 wip switch to react rendering 7 years ago

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.