Skip to content

achourasia/plotly-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

  1. Install the required packages using the following command(Skip geopandas if using Python 3.9. See the note below):
  2. pip install dash jupyter numpy pandas plotly python-igraph statsmodels geopandas wget shapely plotly-geo networkx
  3. Go to the root folder of the tutorialand run the following command to start the jupyter server: “jupyter notebook”
  4. Open any of the notebooks (extension .ipynb) and run the code block-by-block. Experiment by changing and running each block of code
  5. Refer to https://plotly.com/python/plotly-fundamentals/ for fundamentals of plotly

NOTE: For Python 3.9, run the following commands to install geopandas

pip install wheel
pip install pipwin

pipwin install numpy
pipwin install pandas
pipwin install shapely
pipwin install gdal
pipwin install fiona
pipwin install pyproj
pipwin install six
pipwin install rtree
pipwin install geopandas

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •