Skip to content

Commit d462d67

Browse files
committed
markdown source builds
Auto-generated via {sandpaper} Source : 6931250 Branch : main Author : Cody Hennesy <[email protected]> Time : 2024-08-20 15:25:24 +0000 Message : Merge pull request #129 from LibraryCarpentry/jt14den-patch-1 rewriting the episode LOs for getting-started.md
1 parent 8e4c4c1 commit d462d67

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

getting-started.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ exercises: 5
66

77
::::::::::::::::::::::::::::::::::::::: objectives
88

9-
- Learners are aware of applications for Python in library and information-science work environments.
10-
- Learners can launch JupyterLab and create a Jupyter Notebook.
11-
- Learners are able to navigate the JupyterLab interface.
12-
- Learners are able to write and run Python cells in a notebook.
13-
- Learners are able to save their code as an iPython notebook (.ipynb file).
9+
- Identify applications of Python in library and information science environments by the end of this lesson.
10+
- Launch JupyterLab and create a new Jupyter Notebook.
11+
- Navigate the JupyterLab interface, including file browsing, cell creation, and cell execution, with confidence.
12+
- Write and execute Python code in a Jupyter Notebook cell, observing the output and modifying code as needed.
13+
- Save a Jupyter Notebook as an .ipynb file and verify the file’s location in the directory within the session.
1414

1515
::::::::::::::::::::::::::::::::::::::::::::::::::
1616

1717
:::::::::::::::::::::::::::::::::::::::: questions
1818

19-
- How do I use JupyterLab?
20-
- How can I run Python code in JupyterLab?
21-
19+
- How can I identify and use key features of JupyterLab to create and manage a Python notebook?
20+
- How do I run Python code in JupyterLab, and how can I see and interpret the results?
21+
-
2222
::::::::::::::::::::::::::::::::::::::::::::::::::
2323

2424
## Why Python?

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2023-05-08"
44
"config.yaml" "751228ef986d86881e913e9993d4e229" "site/built/config.yaml" "2024-06-17"
55
"index.md" "9f67ac3e582ca26f647adbc0e15b2357" "site/built/index.md" "2024-06-17"
6-
"episodes/getting-started.md" "06f84d5f72ba28f3b1c1b9cd19c367f1" "site/built/getting-started.md" "2024-08-11"
6+
"episodes/getting-started.md" "1c763fb6812cdc1d23ed9a106dab301c" "site/built/getting-started.md" "2024-08-20"
77
"episodes/variables.md" "b4410937474e0325bdd6b68a39d0b1b5" "site/built/variables.md" "2024-06-17"
88
"episodes/lists.md" "b4549b23dd5e7fcbcc7eadae039f6686" "site/built/lists.md" "2024-06-17"
99
"episodes/functions.md" "499deb6ac29cdd4a00134176ef890616" "site/built/functions.md" "2024-06-17"

0 commit comments

Comments
 (0)