Skip to content

pyladiesams/Bokeh-visualisation-beginner-aug2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An introduction to Interactive Data Visualization with Bokeh

Level: Beginner

Project description

Any story would be dead without proper visualizations. During the workshop, you will learn how to explore data visualization with Bokeh and how to quickly and easily make interactive plots, dashboards, and data applications.

Bokeh logo

Setup

All the required dependencies are specified in the file requirements.txt. It is easy to create a Python 3 (ana)conda environment named bokeh_env and install all the dependencies with the following command: conda create --name bokeh_env --file requirements.txt python=3.7

Then, activate this environment with the command: conda activate bokeh_env

Alternatively, you can install all the dependencies using pip with the following command: pip install -r requirements.txt

Note: Please ensure that you navigate to the directory where the requirements.txt file is stored before running either of these commands

Requirements

Usage

  • Clone the repository
  • Navigate to the workshop folder and activate the conda environment using the command: conda activate bokeh_env
  • Start Jupyter Lab with the command jupyter lab

Note: We wil be using Jupyter Lab for this workshop. It is also possible to use Jupyter Notebooks with the command jupyter notebook.

Video recording

An introduction to Interactive Data Visualization with Bokeh

Credits

This workshop was set up by @pyladiesams and @bhoom10