Skip to content

Latest commit

 

History

History
 
 

Visualizations

notebook content
plotly.ipynb Open In Colab Plotly Express library [Be aware: Plots stays interactive in nbviewer]
plotly_extra_material.ipynb Open In Colab Advanced plotting in plotly
PlotlyExpress_ComprehensiveGuide.ipynb Open In Colab PlotlyExpress library guide (extensive external resource)

Installing Plotly

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]

Articles