Skip to content

Commit ec20388

Browse files
authored
Merge pull request #193 from mwcraig/minor-fixes
Fix dates and names
2 parents 25a33d2 + 0f74dfb commit ec20388

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

notebooks/00.00-index.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"metadata": {},
1414
"source": [
1515
"# The Jupyter Interactive Widget Ecosystem \n",
16-
"## SciPy 2021\n",
16+
"## SciPy 2022\n",
1717
"\n",
18-
"### Matt Craig, Martin Renou, Itay Dafna, Mariana Meireles, Youness Bennani\n",
18+
"### Matt Craig, Itay Dafna, Mariana Meireles, Youness Bennani, Ian Hunt-Isaak\n",
1919
"\n",
2020
"This tutorial will introduce you to the widgets in the Jupyter Notebook, walk through a few approaches to writing widgets, and introduce some relatively new widget packages.\n",
2121
"\n",
22-
"We are using ipywidgets 7.6.3 and Jupyter Lab 3.0.16"
22+
"We are using ipywidgets 7.7 and Jupyter Lab 3.4"
2323
]
2424
},
2525
{

notebooks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Notebooks for tutorial on Jupyter widgets at SciPy 2021.
1+
Notebooks for tutorial on Jupyter widgets at SciPy.
22

33
Start at [index.ipynb](00.00-index.ipynb).

0 commit comments

Comments
 (0)