Skip to content

JupyterLab extension to enable markdown-it rendering, with support for markdown-it plugins

License

Notifications You must be signed in to change notification settings

agoose77/jupyterlab-markup

Repository files navigation

jupyterlab-markup

pypi-badge conda-forge-badge docs-badge binder-badge ci-badge

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.

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