All Projects → WillKoehrsen → Bokeh Python Visualization

WillKoehrsen / Bokeh Python Visualization

A Bokeh project developed for learning and teaching Bokeh interactive plotting!

Projects that are alternatives of or similar to Bokeh Python Visualization

Python Machine Learning Blueprints
Code repository for Python Machine Learning Blueprints, published by Packt
Stars: ✭ 316 (-1.56%)
Mutual labels:  jupyter-notebook
Reco Gym
Code for reco-gym: A Reinforcement Learning Environment for the problem of Product Recommendation in Online Advertising
Stars: ✭ 314 (-2.18%)
Mutual labels:  jupyter-notebook
Bmc
Notes on Scientific Computing for Biomechanics and Motor Control
Stars: ✭ 319 (-0.62%)
Mutual labels:  jupyter-notebook
Android Orm Benchmark
Performance comparison of Android ORM Frameworks
Stars: ✭ 318 (-0.93%)
Mutual labels:  jupyter-notebook
Python Scraping
Code samples from the book Web Scraping with Python http://shop.oreilly.com/product/0636920034391.do
Stars: ✭ 3,557 (+1008.1%)
Mutual labels:  jupyter-notebook
Python For Text Analysis
If you want to use Python for text analysis, this course is for you!
Stars: ✭ 319 (-0.62%)
Mutual labels:  jupyter-notebook
Advanced Deep Trading
Mostly experiments based on "Advances in financial machine learning" book
Stars: ✭ 316 (-1.56%)
Mutual labels:  jupyter-notebook
Recurrent Neural Networks
Learning about and doing projects with recurrent neural networks
Stars: ✭ 320 (-0.31%)
Mutual labels:  jupyter-notebook
Dliss Tutorial
Tutorial for International Summer School on Deep Learning, 2019
Stars: ✭ 319 (-0.62%)
Mutual labels:  jupyter-notebook
Siml
Machine Learning algorithms implemented from scratch
Stars: ✭ 319 (-0.62%)
Mutual labels:  jupyter-notebook
Financial Models Numerical Methods
Collection of notebooks about quantitative finance, with interactive python code.
Stars: ✭ 3,534 (+1000.93%)
Mutual labels:  jupyter-notebook
Quantum
Microsoft Quantum Development Kit Samples
Stars: ✭ 3,453 (+975.7%)
Mutual labels:  jupyter-notebook
Self Correction Human Parsing
An out-of-box human parsing representation extractor.
Stars: ✭ 319 (-0.62%)
Mutual labels:  jupyter-notebook
Universal Portfolios
Collection of algorithms for online portfolio selection
Stars: ✭ 313 (-2.49%)
Mutual labels:  jupyter-notebook
Datos Covid19
En formato estándar
Stars: ✭ 316 (-1.56%)
Mutual labels:  jupyter-notebook
Cs231
Complete Assignments for CS231n: Convolutional Neural Networks for Visual Recognition
Stars: ✭ 317 (-1.25%)
Mutual labels:  jupyter-notebook
Codefun
DataStructure(SwordOffer、LeetCode)、Deep Learning(Tensorflow、Keras、Pytorch)、Machine Learning(sklearn、spark)、AutoML、AutoDL、ModelDeploying、SQL
Stars: ✭ 319 (-0.62%)
Mutual labels:  jupyter-notebook
Sars tutorial
Repository for the tutorial on Sequence-Aware Recommender Systems held at TheWebConf 2019 and ACM RecSys 2018
Stars: ✭ 320 (-0.31%)
Mutual labels:  jupyter-notebook
Standalone Deeplearning
2019 KAIST 딥러닝 홀로서기 세미나용 저장소입니다.
Stars: ✭ 318 (-0.93%)
Mutual labels:  jupyter-notebook
Python
🐍 Python Programs
Stars: ✭ 320 (-0.31%)
Mutual labels:  jupyter-notebook

Bokeh-Python-Visualization

A Bokeh project developed for learning and teaching Bokeh interactive plotting!

See my medium blog posts about making bokeh apps.

Requirements:

  • Python 3.6 (may work on other versions but has not been tested)
  • bokeh 0.12.16 (bokeh is a work in progress so subsequents update may break functionality. I will try to update as I can.)

The main application is located in the bokeh_app folder. To run the application, open a command prompt, change to the directory containing bokeh_app and run bokeh serve --show bokeh_app/. This runs a bokeh server locally and will automatically open the interactive dashboard in your browser at localhost:5006.

Any comments, suggestions, improvements are greatly appreciated!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].