Skip to content

A workshop teaching basics of the Python interface to Plotly

License

Notifications You must be signed in to change notification settings

jnadelneuro/IntroToPlotly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating Interactive Figures with Plotly + Python

Plotly is a versatile plotting package that can be used with Python to create interactive figures to explore your data in real time. In this workshop you will learn how to create a variety of figures with Plotly. We will explore COVID-19 data together, but I encourage you to bring your own data as well. The workshop will be hands-on, running through a Jupyter notebook. Some prior Python knowledge is required.

If you would like work directly on your computer, please make sure that you have Python installed. I recommend installing Python using Anaconda. Then you can create and activate a new environment for this workshop by typing the following commands into your (bash) terminal.

conda create -n plotly-env python=3.9 jupyter pandas plotly statsmodels
conda activate plotly-env

This environment can alternatively be created manually in the Navigator GUI with Anaconda, if you are not comfortable working from the command line.

If you cannot install Python or Plotly on your computer (or you prefer not to do so), you can use the version on Google colab linked here.

A live version of the final interactive, containing data up to Oct. 20, 2022, is available here.

About

A workshop teaching basics of the Python interface to Plotly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.9%
  • Jupyter Notebook 0.1%