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

01-data-visulaization

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="01-data-visulaization")
[jovian] Attempting to save notebook.. [jovian] Updating notebook "abhishekv5055/01-data-visulaization" on https://jovian.ai [jovian] Uploading notebook.. [jovian] Uploading additional files... [jovian] Committed successfully! https://jovian.ai/abhishekv5055/01-data-visulaization
!pip install plotly
Collecting plotly Downloading plotly-4.14.3-py2.py3-none-any.whl (13.2 MB) |████████████████████████████████| 13.2 MB 3.9 MB/s eta 0:00:01 Requirement already satisfied: six in /opt/conda/lib/python3.8/site-packages (from plotly) (1.15.0) Collecting retrying>=1.3.3 Downloading retrying-1.3.3.tar.gz (10 kB) Building wheels for collected packages: retrying Building wheel for retrying (setup.py) ... done Created wheel for retrying: filename=retrying-1.3.3-py3-none-any.whl size=11429 sha256=1a7aef18b8d01e68738d793e2b0151209c1786ae31a38d4552eca56a21fddbdb Stored in directory: /home/jovyan/.cache/pip/wheels/c4/a7/48/0a434133f6d56e878ca511c0e6c38326907c0792f67b476e56 Successfully built retrying Installing collected packages: retrying, plotly Successfully installed plotly-4.14.3 retrying-1.3.3