notebook | content |
---|---|
Plotly.ipynb | Plotly Express library |
Matplotlib.ipynb | Visualization Intro (tsunami course) |
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