Skip to content

Commit 46c7f81

Browse files
committed
Instructions for kicking off jupyter
1 parent 9dbb8c3 commit 46c7f81

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

notebooks/README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Jupyter Lab
2+
3+
Jupyter Lab will be used to view and interact with Python Notebooks.
4+
5+
## Starting Jupyter
6+
7+
### Windows
8+
9+
1. Open Miniforge Prompt
10+
11+
2. Navigate to the notebooks folder:
12+
13+
For example:
14+
15+
```
16+
cd python-for-hydrology/notebooks/part0_python_intro
17+
```
18+
19+
3. Activate the pyclass environment (this assumes the installation steps were already performed).
20+
21+
```
22+
conda activate pyclass
23+
```
24+
25+
4. Launch JupyterLab with the command:
26+
27+
```
28+
jupyter lab
29+
```
30+
31+
A browser should open up:
32+
33+
![jupyter_launch](images/jupyter_launch.png)
34+
35+
Choose Python 3 (ipykernal)
36+
37+
5. Choose one of the .ipynb files
38+
39+
## Using Jupyter
40+
41+
42+
118 KB
Loading

0 commit comments

Comments
 (0)