jupyterlab-markup
jupyterlab-markup copied to clipboard
JupyterLab extension to enable markdown-it rendering, with support for markdown-it plugins
jupyterlab-markup
Extensible markdown rendering for JupyterLab, powered by markdown-it.
This extension is composed of:
- a Python package named
jupyterlab_markup - an NPM package named
@agoose77/jupyterlab-markupfor the frontend extension.
For more, see the documentation.
Requirements
- JupyterLab >=3.0
- Python >=3.7
Install
With pip:
pip install jupyterlab_markup
or conda/mamba:
conda install -c conda-forge jupyterlab-markup
For a development installation, see the contributing guide.
Troubleshoot
Check the frontend extension is installed:
jupyter labextension list
Uninstall
pip uninstall jupyterlab-markup
or
conda uninstall jupyterlab-markup