/clusterkit-dash-training

Jupyter notebook tutorial for Plotly & Dash

Primary LanguageJupyter NotebookMIT LicenseMIT

Clusterkit Plotly & Dash Overview

Setup local environment

  1. Install python version 3.7.4, Download here
  2. Install virtualenv using pip install virtualenv
  3. Open terminal and change directory to working directory
  4. Create virtualenv using virtualenv venv
  5. Activate virtualenv using .\venv\Scripts\activate
  6. Install all required dependencies using pip install -r .\requirements.txt
  7. Start jupyter notebook using jupyter notebook

Run on google colab

Click here