-
Notifications
You must be signed in to change notification settings - Fork 1
Recommended Extensions
Angus Hollands edited this page May 13, 2021
·
6 revisions
The jupyterlab-markup extension improves upon the existing Markdown rendering in JupyterLab. This gives rich diagrams, footnotes, and other useful features.
The jupyterlab-code_formatter extension adds support for code formatting using black and isort.
The jupyterlab-lsp extension adds support for the language-server protocol in JupyterLab, permitting intelligent refactoring.
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:
Development of Literate notebooks using the IPython extension.
- Setting up the Environment
- Loading the IPython Extension
- Cell Exports
- Patching Classes
- Recommended Extensions
Building packages from a collection of Literate notebooks.