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 jupyterlab-plotly@4.14.3
# OPTIONAL: Jupyter widgets extension
jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.14.3
- python plotting libraries