Skip to content

Commit 23b2f84

Browse files
Update the tutorial for SciPy 2022 (#236)
1 parent 4582e14 commit 23b2f84

34 files changed

+2544
-6039
lines changed

.github/workflows/ci-build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ jobs:
1212
uses: conda-incubator/setup-miniconda@v2
1313
with:
1414
miniconda-version: "latest"
15+
mamba-version: "*"
1516
environment-file: binder/environment.yml
1617
activate-environment: dask-tutorial
1718
auto-activate-base: false
1819

1920
- name: Install testing and docs dependencies
2021
shell: bash -l {0}
2122
run: |
22-
conda install -c conda-forge nbconvert nbformat jupyter_client ipykernel
23+
mamba install -c conda-forge nbconvert nbformat jupyter_client ipykernel
2324
pip install nbsphinx dask-sphinx-theme>=3.0.0 sphinx
25+
2426
- name: Build
2527
shell: bash -l {0}
2628
run: |

00_overview.ipynb

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"<img src=\"https://docs.dask.org/en/latest/_images/dask_horizontal.svg\" align=\"right\" width=\"30%\" alt=\"Dask logo\">"
8-
]
9-
},
10-
{
11-
"cell_type": "markdown",
12-
"metadata": {},
13-
"source": [
7+
"<img src=\"http://dask.readthedocs.io/en/latest/_images/dask_horizontal.svg\"\n",
8+
" align=\"right\"\n",
9+
" width=\"30%\"\n",
10+
" alt=\"Dask logo\\\">\n",
11+
"\n",
1412
"# Introduction\n",
1513
"\n",
1614
"Welcome to the Dask Tutorial.\n",
@@ -170,7 +168,7 @@
170168
"metadata": {
171169
"anaconda-cloud": {},
172170
"kernelspec": {
173-
"display_name": "Python 3",
171+
"display_name": "Python 3 (ipykernel)",
174172
"language": "python",
175173
"name": "python3"
176174
},
@@ -184,7 +182,7 @@
184182
"name": "python",
185183
"nbconvert_exporter": "python",
186184
"pygments_lexer": "ipython3",
187-
"version": "3.8.3"
185+
"version": "3.9.10"
188186
}
189187
},
190188
"nbformat": 4,

0 commit comments

Comments
 (0)