| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Follow these steps to run the tutorial notebooks on your local machine:
Start by cloning this repository to your local machine. For example:
git clone git@github.com:bokeh/tutorial.gitAfter cloning the repository, enter the folder that contains the repository contents:
cd tutorialNext, you need to set up your environment. This tutorial uses the conda package manager. Please make sure conda or Miniconda are installed and configured correctly on your system.
Run the following command inside your local repository folder to create your environment:
conda env create -f environment.ymlAfter the environment is set up, activate it with the following command:
conda activate bk-tutorialFrom inside the bk-tutorial environment, you can now start the Jupyter notebook server:
jupyter notebookAfter opening Jupyter notebooks in a browser, go to the folder notebooks. Open the first notebook in this folder. It is called 01_introduction.ipynb.
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!
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.
Contributing to this tutorial repository works similarly to contributing to Bokeh itself:
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.
| Back | FazBrowse Home | New Git URL |