notebook | content |
---|---|
plotly.ipynb | Plotly Express library [Be aware: Plots stays interactive in nbviewer] |
plotly_extra_material.ipynb | Advanced plotting in plotly |
PlotlyExpress_ComprehensiveGuide.ipynb | PlotlyExpress library guide (extensive external resource) |
In order to run plotly in jupyter lab you will need to add an labextension:
# JupyterLab renderer support
jupyter labextension install [email protected]
# OPTIONAL: Jupyter widgets extension
jupyter labextension install @jupyter-widgets/jupyterlab-manager [email protected]
- python plotting libraries