Learn practical skills, build real-world projects, and advance your career

plotly-beginning

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="plotly-beginning")
[jovian] Detected Colab notebook... [jovian] Please enter your API key ( from https://jovian.ai/ ): API KEY: ·········· [jovian] Uploading colab notebook to Jovian... [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ai/rustydigg918/plotly-beginning
pip install plotly==4.4.1
Collecting plotly==4.4.1 Downloading https://files.pythonhosted.org/packages/8e/ce/6ea5683c47b682bffad39ad41d10913141b560b1b875a90dbc6abe3f4fa9/plotly-4.4.1-py2.py3-none-any.whl (7.3MB) |████████████████████████████████| 7.3MB 4.5MB/s Requirement already satisfied: six in /usr/local/lib/python3.7/dist-packages (from plotly==4.4.1) (1.15.0) Requirement already satisfied: retrying>=1.3.3 in /usr/local/lib/python3.7/dist-packages (from plotly==4.4.1) (1.3.3) Installing collected packages: plotly Found existing installation: plotly 3.10.0 Uninstalling plotly-3.10.0: Successfully uninstalled plotly-3.10.0 Successfully installed plotly-4.4.1