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-markup
for the frontend extension.
For more, see the documentation.
- JupyterLab >=3.0
- Python >=3.7
With pip
:
pip install jupyterlab_markup
or conda
/mamba
:
conda install -c conda-forge jupyterlab-markup
For a development installation, see the contributing guide.
Check the frontend extension is installed:
jupyter labextension list
pip uninstall jupyterlab-markup
or
conda uninstall jupyterlab-markup