Skip to content

This is a project to try Bokeh for Dashboards. I am following data about fruits the birds come to eat in my window.

License

Notifications You must be signed in to change notification settings

isabelyb/bokeh_birds_dashboard

Repository files navigation

Birds Dashboard made with Pandas and Bokeh

This is a project to try pandas_bokeh for Dashboards. I am following data about fruits the birds come to eat in my window 🐦.

Requirements and Installation

Bokeh

The easiest way to install Bokeh is using the Anaconda Python distribution and its included Conda package management system. To install Bokeh and its required dependencies, enter the following command at a Bash or Windows command prompt:

conda install bokeh 

To install using pip, enter the following command at a Bash or Windows command prompt:

pip install bokeh

For more information, refer to the installation documentation.

Pandas_Bokeh

Via pip:

pip install pandas-bokeh

or conda:

conda install -c patrikhlobil pandas-bokeh

Pandas Bokeh is officially supported on Python 3.5 and above.


Some code to try bokeh before start the project.


Data

I have been collecting data from the quantity of fruit I put in my window every day. A lot of birds come to eat it and I love it!
This is the post I wrote about it.

I am registering this data every day when I put fruit in my window. I do it in a Google Sheets app on my cell phone.

Dashboard

Jupyter Notebook

📓 Here the project Notebook.

📓 To run the complete notebook in Binder.

References

About

This is a project to try Bokeh for Dashboards. I am following data about fruits the birds come to eat in my window.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published