Skip to content

Commit 5606d41

Browse files
authored
Merge pull request #160 from jupyter-widgets/youness
Add how to ask questions and update outline
2 parents 13a99a2 + 473efbc commit 5606d41

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

notebooks/00.00-introduction.ipynb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,18 @@
1616
"\n",
1717
"### Matt Craig, Martin Renou, Itay Dafna, Mariana Meireles, Youness Bennani\n",
1818
"\n",
19+
"## How to ask questions\n",
20+
"\n",
21+
"There is a \"raise hand\" button but instead, please use the chat or the Q/A. Prefer the chat, we will be able to answer your questions and interact in real-time through the chat. If need be we can have the host stop presenting to answer a question that's especially interesting or pertinent. We're not able to answer the Q/A questions unless we stop the flow of the tutorial to answer the question.\n",
22+
"\n",
1923
"## Jupyter lab essentials\n",
2024
"\n",
2125
"+ To open a notebook: double-click it in the file browser.\n",
2226
"+ To hide the file browser: click on the folder icon.\n",
2327
"+ To run a single code cell in the notebook: Push `Shift` and `Enter`, or use the \"play\" button.\n",
24-
"+ To add a new view for an output, right-click on an output and select \"Create new view for output\""
28+
"+ To add a new view for an output, right-click on an output and select \"Create new view for output\".\n",
29+
"+ Use tab to autocomplete and shift-tab to show documentation.\n",
30+
"+ Use CTRL + \"/\" to comment/uncomment code"
2531
]
2632
},
2733
{

outline.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,30 @@
11
# Outline
22

33
1. start at 0:00 Intro (5 min) **Matt**
4-
2. start at 0:05 Jupyter lab overview (10 min) **Matt**
5-
3. start at 0:15 Widget overview **Youness**
6-
1. Overview/introduction (5 min)
4+
2. start at 0:05 Jupyter lab and widget overview **Youness**
5+
1. Introduction/Overview (15 min)
76
2. `@interact` notebook and exercise (10 min)
87
3. Widget Basics notebook (10 min)
98
4. Widget List and exercise (15 min)
109
4. Output widget (5 min)
1110
5. Break (10 min)
12-
4. start at 1:10 Widget events **Martin**
11+
3. start at 1:10 Widget events **Martin**
1312
1. Events: observe, link, traitlets (15 min)
1413
2. Exercise (10 min)
1514
2. Break (10 min)
16-
5. start at 1:45 Widget styling: **Matt**
15+
4. start at 1:45 Widget styling: **Matt**
1716
1. Talk (15 min)
1817
1. Add some basic css
1918
2. Notebooks (15 min)
2019
3. "stretch" break (5 min)
21-
6. start at 2:20 More widget libraries **Itay and Mariana**
20+
5. start at 2:20 More widget libraries **Itay and Mariana**
2221
1. intro (5 min)
2322
2. ipycanvas (10 min)
2423
3. ipycytoscape (10 min)
2524
4. ipydatagrid (10 min)
2625
5. ipygany (10 min)
2726
5. other widget libraries (10 min)
2827
8. "stretch" break (5 min)
29-
3028
6. start 3:10 Voilà: widgets outside the notebook **Martin** (15-20 minutes)
3129
7. starts 3:45 Flexible/Q&A time
3230

0 commit comments

Comments
 (0)