Installation
Install from PyPI
pip install matplotly
Backend setup
matplotly requires the ipympl interactive backend. Enable it at the top of
your notebook:
%matplotlib widget
This works in JupyterLab, classic Notebook, and VS Code notebooks.
Development install
git clone https://github.com/p-koo/matplotly.git
cd matplotly
pip install -e ".[dev]"