You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hands-on/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Jupyter notebooks:
30
30
retrieve information from the operating system
31
31
1.[](https://github.com/gjbex/Python-for-systems-programming/blob/master/hands-on/filesystem_interaction.ipynb)[`filesystem_interaction.ipynb`](filesystem_interaction.ipynb):
32
32
illustrates how to work with the file system.
33
-
1.[](https://colab.research.google.com/github/gjbex/Python-for-systems-programming/blob/master/nands-on/shell_interaction.ipynb)[`shell_interaction.ipynb`](shell_interaction.ipynb):
33
+
1.[](https://colab.research.google.com/github/gjbex/Python-for-systems-programming/blob/master/hands-on/shell_interaction.ipynb)[`shell_interaction.ipynb`](shell_interaction.ipynb):
34
34
illustrates the use of the `sh` and
35
35
`subprocess` modules to interact with the shell.
36
36
1.[](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/julia.ipynb)[`julia.ipynb`](julia.ipynb):
0 commit comments