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.
- JupyterLab >=3.0
- Python >=3.7
With pip:
pip install jupyterlab_markupor conda/mamba:
conda install -c conda-forge jupyterlab-markupFor a development installation, see the contributing guide.
Check the frontend extension is installed:
jupyter labextension listpip uninstall jupyterlab-markupor
conda uninstall jupyterlab-markup