We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 550c1ce + 91bafbe commit eb98bf2Copy full SHA for eb98bf2
content/dependencies.rst
@@ -186,7 +186,7 @@ Exercises 2
186
print('Numpy version: ', numpy.__version__)
187
print('Matplotlib version: ', matplotlib.__version__)
188
189
- Or use the one-liner if you have access to a terminal like bash
+ Or use the one-liner if you have access to a terminal like bash::
190
191
python -c 'import numpy; print(numpy.__version__)'
192
python -c 'import matplotlib;print(matplotlib.__version__)'
0 commit comments