Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 1.77 KB

README.md

File metadata and controls

71 lines (49 loc) · 1.77 KB

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