Skip to content

Commit 30a9848

Browse files
committed
add notes on intro for jupyter lab
1 parent a7b01a8 commit 30a9848

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

intro_to_juypter_lab.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Introduction to Jupyter lab
2+
3+
* Main view
4+
* File system
5+
* Create new notebook
6+
* Cells
7+
* Add cell
8+
* Run cell
9+
* Output of a cell
10+
* Assignment of a python variable
11+
* Markdown cells
12+
* Restart kernel
13+
* Restart kernel and run all
14+
15+
# Introduction to Python
16+
17+
Content is made available via github
18+
19+
* Launch a terminal
20+
* `wget https://raw.githubusercontent.com/oddh2/nvidia_workshop/master/Workshop_NVIDIA_Python_101.ipynb`
21+
22+

0 commit comments

Comments
 (0)