Zsailer 2427b1752c remove In and Out from all prompts il y a 6 ans
..
src 2427b1752c remove In and Out from all prompts il y a 6 ans
style 453497701d Mirrored output has takes all available vertical space when only one output is visible (#5052) il y a 6 ans
README.md 4bec5eacf8 Add more README text. il y a 7 ans
package.json e50c8eaf94 0.33.1 patches (#4991) il y a 6 ans
tsconfig.json c5df745128 Rename base tsconfig.json to tsconfigbase.json so that running tsc at the root directory doesn’t accidentally try to do something. il y a 7 ans

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.