You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the following command inside your local repository folder to create your environment:
conda env create -f environment.yml
After the environment is set up, activate it with the following command:
conda activate bk-tutorial
From inside the bk-tutorial environment, you can now start the Jupyter
notebook server:
jupyter notebook
After opening Jupyter notebooks in a browser, go to the folder notebooks.
Open the first notebook in this folder. It is called
01_introduction.ipynb.
Contributing to this tutorial
Thank you for helping to make this tutorial a better resource for everyone!
Everyone active in the Bokeh project’s codebases, issue trackers, and discussion forums
is expected to follow the
Code of Conduct.
This includes working on these tutorials!
Preparing your environment
The bk-tutorial environment includes the necessary dependencies to contribute to this repository.
For consistency, we ask that you generally follow the
Black code style
wherever possible.
Once you have created a pull request, a member of the Bokeh core team will begin reviewing your pull request and may request changes or additions. If so, they will help you along the way with any questions you may have.