|
1 | 1 | # Bokeh tutorial notebooks
|
2 | 2 |
|
3 |
| -[](https://mybinder.org/v2/gh/bokeh/tutorial/main?filepath=notebooks%2F01_introduction.ipynb) |
4 |
| - |
5 |
| -This repository contains a series of Jupyter notebooks. |
6 |
| -These notebooks are available as an interactive tutorial at |
7 |
| -https://mybinder.org/v2/gh/bokeh/tutorial/main?filepath=notebooks%2F01_introduction.ipynb |
8 |
| - |
9 |
| -To learn about Bokeh, please use the tutorial on [mybinder.org](https://mybinder.org/v2/gh/bokeh/tutorial/main?filepath=notebooks%2F01_introduction.ipynb). |
10 |
| - |
11 |
| -You can also [install and run the notebooks on a local machine](#local-setup). |
12 |
| -This is helpful if you can't access mybinder.org, or if you want to |
13 |
| -[contribute to this tutorial](#contributing-to-this-tutorial). |
14 |
| - |
15 |
| -## Setup for SciPy US 2024 |
16 |
| - |
17 |
| -This tutorial will be presented at the SciPy 2024 conference, where you can use Nebari (JupterHub) hosted at [scipy.quansight.dev](https://scipy.quansight.dev/) to follow along. |
18 |
| - |
19 |
| -Follow [this participant's guide](https://docs.google.com/document/d/11YWMZKW6Y4tXnMs3Jekc1S7BQWTR6THZazDaq3WoNxw/edit?usp=sharing) to register, sign-in, and download the tutorial materials. |
20 |
| - |
21 |
| -In the `tutorials/tutorial` folder that's created with all material, navigate to the `notebooks` folder, and open `01_introduction.ipynb`. |
22 |
| - |
23 |
| -The environment for this tutorial is `scipy-scipy-interactive-dataviz-bokeh`, and it is automatically selected for you. |
24 |
| - |
25 |
| -## Previous presentations |
26 |
| - |
27 |
| -### SciPy US 2023 |
28 |
| - |
29 |
| -This tutorial was presented live during the SciPy 2023 conference. The state of the repository, as presented, can be accessed through the designated git tag, available [here](https://github.com/bokeh/tutorial/releases/tag/SciPy2023). |
30 |
| - |
31 |
| -Additionally, the tutorial presentation is accessible on YouTube via the following link: https://youtu.be/G0Yc3ck4lC8?si=ZGqatTPnZBwjtdXO |
32 |
| - |
33 |
| -## Local setup |
| 3 | +## Setup and run the tutorials |
34 | 4 |
|
35 | 5 | Follow these steps to run the tutorial notebooks on your local machine:
|
36 | 6 |
|
37 |
| -1. To run the tutorial locally, first **clone** this repository to your local machine. |
| 7 | +1. Start by **cloning** this repository to your local machine. |
38 | 8 | For example:
|
39 | 9 |
|
40 | 10 | ```bash
|
@@ -65,21 +35,14 @@ Follow these steps to run the tutorial notebooks on your local machine:
|
65 | 35 | conda activate bk-tutorial
|
66 | 36 | ```
|
67 | 37 |
|
68 |
| -5. Before opening the tutorial notebooks, you need to **install the Bokeh sampledata**. |
69 |
| - Make sure the ``bk-tutorial`` environment is activated, then run the following command: |
70 |
| - |
71 |
| - ```bash |
72 |
| - bokeh sampledata |
73 |
| - ``` |
74 |
| - |
75 |
| -6. From inside the ``bk-tutorial`` environment, you can now **start the Jupyter |
| 38 | +5. From inside the ``bk-tutorial`` environment, you can now **start the Jupyter |
76 | 39 | notebook server**:
|
77 | 40 |
|
78 | 41 | ```bash
|
79 | 42 | jupyter notebook
|
80 | 43 | ```
|
81 | 44 |
|
82 |
| -7. After opening Jupyter notebooks in a browser, go to the folder `notebooks`. |
| 45 | +6. After opening Jupyter notebooks in a browser, go to the folder `notebooks`. |
83 | 46 | **Open the first notebook in this folder**. It is called
|
84 | 47 | `01_introduction.ipynb`.
|
85 | 48 |
|
@@ -109,3 +72,8 @@ Contributing to this tutorial repository works similarly to
|
109 | 72 | 2. Make PR and link it to the issue you created
|
110 | 73 |
|
111 | 74 | 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.
|
| 75 | + |
| 76 | +## Previous presentations |
| 77 | + |
| 78 | +* SciPy 2024: [Material](https://github.com/bokeh/tutorial/releases/tag/SciPy2024) |
| 79 | +* SciPy 2023: [Video](https://youtu.be/G0Yc3ck4lC8?si=ZGqatTPnZBwjtdXO), [Material](https://github.com/bokeh/tutorial/releases/tag/SciPy2023) |
0 commit comments