Skip to content

Recommended Extensions

Angus Hollands edited this page May 13, 2021 · 6 revisions

Improved Markdown

The jupyterlab-markup extension improves upon the existing Markdown rendering in JupyterLab. This gives rich diagrams, footnotes, and other useful features.

Code Formatting

The jupyterlab-code_formatter extension adds support for code formatting using black and isort.

JupyterLab Language Server

The jupyterlab-lsp extension adds support for the language-server protocol in JupyterLab, permitting intelligent refactoring.

Cell Toolbar

Literary is best used with the JupyterLab cell-toolbar extension. This can be configured to show the tags used by Literary, e.g.:

{
    "defaultTags": [
        "export",
        "docstring"
    ],
    "helperButtons": null,
    "leftMenu": null,
    "rightMenu": null
}

Here, all non cell-tags features have been disabled in order to minimise the visual footprint of the extension:

JupyterLab cell toolbar example

Notebook Development

Development of Literate notebooks using the IPython extension.

Package Development

Building packages from a collection of Literate notebooks.

Literary Development

About Literary

Clone this wiki locally