Skip to content

Commit ceb00ca

Browse files
committed
Add how to question
1 parent 13a99a2 commit ceb00ca

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
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
{

0 commit comments

Comments
 (0)