File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Exercises 1
3434
3535.. challenge :: Dependencies-1: Discuss dependency management (5 min)
3636
37- Please discuss ** in breakout rooms ** and answer via **collaborative document ** the
37+ Please discuss and answer via **collaborative document ** the
3838 following questions:
3939
4040 - How do you install Python packages (libraries) that you use in your work?
@@ -216,10 +216,10 @@ Exercises 2
216216
217217 Or use the one-liner if you have access to a terminal like bash:
218218
219- .. code-block :: python
219+ .. code-block :: console
220220
221- python - c ' import numpy; print(numpy.__version__)'
222- python - c ' import matplotlib;print(matplotlib.__version__)'
221+ $ python -c 'import numpy; print(numpy.__version__)'
222+ $ python -c 'import matplotlib;print(matplotlib.__version__)'
223223
224224 4. Deactivate the environment::
225225
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Library ecosystem
33
44.. questions ::
55
6- - What happens when you need some method Beyond what we discuss in this course, what is available?
6+ - What happens when you need some method beyond what we discuss in this course, what is available?
77 - How do you decide what to build on for your work?
88
99.. objectives ::
You can’t perform that action at this time.
0 commit comments