Skip to content

Commit a057f95

Browse files
bryevdvtcmetzgerpavithraes
authored
Update README.md (#46)
* Update README.md * Simplify structure * 📝 Update previous presentations section Signed-off-by: Pavithra Eswaramoorthy <[email protected]> --------- Signed-off-by: Pavithra Eswaramoorthy <[email protected]> Co-authored-by: tcmetzger <[email protected]> Co-authored-by: Pavithra Eswaramoorthy <[email protected]>
1 parent e6a2a6d commit a057f95

File tree

1 file changed

+9
-41
lines changed

1 file changed

+9
-41
lines changed

README.md

Lines changed: 9 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,10 @@
11
# Bokeh tutorial notebooks
22

3-
[![Binder](https://mybinder.org/badge_logo.svg)](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
344

355
Follow these steps to run the tutorial notebooks on your local machine:
366

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.
388
For example:
399

4010
```bash
@@ -65,21 +35,14 @@ Follow these steps to run the tutorial notebooks on your local machine:
6535
conda activate bk-tutorial
6636
```
6737

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
7639
notebook server**:
7740

7841
```bash
7942
jupyter notebook
8043
```
8144

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`.
8346
**Open the first notebook in this folder**. It is called
8447
`01_introduction.ipynb`.
8548

@@ -109,3 +72,8 @@ Contributing to this tutorial repository works similarly to
10972
2. Make PR and link it to the issue you created
11073

11174
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

Comments
 (0)