Skip to content

The examples in this directory all make use of the Bokeh server, to create data visualization web apps from simple python scripts

Notifications You must be signed in to change notification settings

AdityaGupta030697/Data-Visualization-with-Bokeh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Visualization-with-Bokeh

The examples in this directory all make use of the Bokeh server, to create data visualization web apps from simple python scripts

Examples:

  • Gapminder data

Running the app

   $ git clone https://github.com/AdityaGupta030697/Data-Visualization-with-Bokeh.git
   $ cd Data-Visualization-with-Bokeh
   $ pip install -r requirements.txt
   $ bokeh serve Gapminder_visualization.py
   Windows cmd: bokeh serve Gapminder_visualization.py --allow-websocket-origin=127.0.0.1:5006

Visit (localhost:5006) in your web browser.

About

The examples in this directory all make use of the Bokeh server, to create data visualization web apps from simple python scripts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages