Jason Grout 77da713a8a Upgrade to TypeScript 2.8.3 7 years ago
..
src d6b859ad13 Make the output clone a simplified output widget without prompts. (#3730) 7 years ago
style a47bb82a6c Context menu item for scrolling output (#3545) 7 years ago
README.md 4bec5eacf8 Add more README text. 7 years ago
package.json 77da713a8a Upgrade to TypeScript 2.8.3 7 years ago
tsconfig.json cc74a5d477 Target typescript compilation to ES2015 instead of ES5. 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.