/pyladies_vis

A repo that contains notebook for the presentation show me what you mean

Primary LanguageJupyter Notebook

README

To run the following notebook locally you need to use conda package management. You can get it here.

Setup

  1. Go to your terminal.
  2. Clone the repo.
  3. Run conda env create --name <my_environment_name> -f environment.yml
  4. Activate the environment with conda activate <my_environment_name>
  5. Launch jupyter lab by running jupyter lab. A browser tab should be opened where you can find the notebook.