Skip to content

More Interactive Data Viz (pyViz), Getting Started with APIs

Notifications You must be signed in to change notification settings

LiZhuang214/week-4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Week 4: More Interactive Data Viz, Getting Started with APIs

Binder

Updating your local environment

First, download the environment.yml file in this repository to your computer.

Important: if you are on a Windows machine, make sure that .txt wasn't appended to the file name when you downloaded it. If so, you will need to rename it so the file ends in .yml.

Then you can run, from either the Anaconda Prompt (Windows) or Terminal app (MacOS):

conda env update --file environment.yml --name musa

where musa should be the name of the environment you have been using.

Then you can activate the environment and start a notebook

conda activate musa

Topics

  • hvplot, Holoviews, GeoViews
  • APIs
  • SQL

Readings

References

About

More Interactive Data Viz (pyViz), Getting Started with APIs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%