agoose77 / jupyterlab-markup

JupyterLab extension to enable markdown-it rendering, with support for markdown-it plugins
BSD 3-Clause "New" or "Revised" License
48 stars 13 forks source link
jupyterlab-extension markdown markdown-it renderer

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:

For more, see the documentation.

Requirements

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].

[contributing guide]: https://github.com/agoose77/jupyterlab-markup/blob/main/CONTRIBUTING.md

Troubleshoot

Check the frontend extension is installed:

jupyter labextension list

Uninstall

pip uninstall jupyterlab-markup

or

conda uninstall jupyterlab-markup

[ci-badge]: https://github.com/agoose77/jupyterlab-markup/actions/workflows/ci.yml/badge.svg