Skip to content

nicholsons/comp0034_week3_old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMP0034 Week 3 Code

Activities and guides

  1. Lab 3 instructions
  2. Introduction to Plotly Express
  3. Introduction to Plotly Go
  4. Choropleth map examples
  5. Create a covid Dashboard

Acknowledgements

Activities 2 and 3 are adapted from a tutorial written by Déborah Mesquita in FreeCodeCamp . Her source code is in GitHub.

They have also been supplemented with guidance from the official Dash documentation and tutorial.

Set-up

  1. Create a repository by using the Use this template green button.
    • Use the Owner drop-down to select your GitHub account.
    • Type a name for the repo
    • Set visibility to private
    • Leave other options unselected
    • Select create repository from template
  2. Clone the repository in your IDE
  3. Create and activate a venv e.g. python3 -m venv venv then source venv/bin/activate (Mac) or .\env\Scripts\activate (Windows)
  4. Install the libraries from requirements.txt e.g. pip install -r requirements.txt

About

COMP0034 Materials to support activities for week 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published