We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dbb8c3 commit 46c7f81Copy full SHA for 46c7f81
2 files changed
notebooks/README.md
@@ -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
+
34
35
+Choose Python 3 (ipykernal)
36
37
+5. Choose one of the .ipynb files
38
39
+## Using Jupyter
40
41
42
notebooks/images/jupyter_launch.png
118 KB
0 commit comments