Steven Silvester 97cf611eee Fix services deps 7 년 전
..
src d5d9eafb83 Fix handling of update_display_data 7 년 전
style fc76f4e3b2 Remove extraneous css rule 7 년 전
README.md 4bec5eacf8 Add more README text. 7 년 전
package.json 97cf611eee Fix services deps 7 년 전
tsconfig.json 9d85ed8165 Create the packages directory 8 년 전

README.md

@jupyterlab/outputarea

A JupyterLab package which provides an implementation of the Jupyter notebook output area. Execution results from both the notebook and the code console are placed in the output area.

Output areas are able to render results of several different mime types, which are implemented in the rendermime package. This list of mime types may be extended via the simplified mime-extension interface defined in @jupyterlab/rendermime-interfaces.