Skip to content

Commit 39d60fb

Browse files
committed
Minor fixes
1 parent e38042e commit 39d60fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

content/dependencies.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

content/libraries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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::

0 commit comments

Comments
 (0)