/plotly-tutorial

Primary LanguageJupyter Notebook

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