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
Copy file name to clipboardExpand all lines: README.md
+4-21Lines changed: 4 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,19 +12,11 @@ You can also [install and run the notebooks on a local machine](#local-setup).
12
12
This is helpful if you can't access mybinder.org, or if you want to
13
13
[contribute to this tutorial](#contributing-to-this-tutorial).
14
14
15
-
## Setup with Nebari for Scipy 2023
15
+
## Presentation for Scipy 2023
16
16
17
-
This tutorial is being presented live at SciPy 2023, where you can use Nebari (JupterHub) hosted at [scipy.quansight.dev](https://scipy.quansight.dev/) to follow along.
17
+
This tutorial was presented live during the SciPy 2023 conference. The current state of the repository, as presented, can be accessed through the designated git tag, available [here](https://github.com/bokeh/tutorial/releases/tag/SciPy2023).
18
18
19
-
Follow [this participant's guide](https://docs.google.com/document/d/1vnWhNyUBRpILb2MAHQfTmZQY3pCIaCmroV9ke49nQlE/edit) to register and sign-in at, and use the following link to clone the tutorial materials:
20
-
21
-
```bash
22
-
https://github.com/bokeh/tutorial.git
23
-
```
24
-
25
-
In the `tutorial` folder that's created with all material, navigate to the `notebooks` folder, and open `01_introduction.ipynb`.
26
-
27
-
The environment for this tutorial is `global-global-interactive-dataviz-bokeh`, and it is automatically selected for you.
19
+
Additionally, the tutorial presentation is accessible on YouTube via the following link: https://youtu.be/G0Yc3ck4lC8?si=ZGqatTPnZBwjtdXO
28
20
29
21
## Local setup
30
22
@@ -90,16 +82,7 @@ This includes working on these tutorials!
90
82
91
83
### Preparing your environment
92
84
93
-
The ``bk-tutorial`` environment includes the necessary dependencies to contribute to
94
-
this repository. The only exception if [pre-commit](https://pre-commit.com/), which
95
-
you can install with the following command (after activating the ``bk-tutorial``
96
-
environment):
97
-
98
-
```bash
99
-
pre-commit install
100
-
```
101
-
102
-
This way, some basic linting will be run on your code before you commit it.
85
+
The ``bk-tutorial`` environment includes the necessary dependencies to contribute to this repository.
103
86
104
87
For consistency, we ask that you generally follow the
0 commit comments