File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,13 @@ Jupyter notebooks:
30
30
retrieve information from the operating system.
31
31
1 . [ ` filesystem_interaction.ipynb ` ] ( https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/filesystem_interaction.ipynb ) :
32
32
illustrates how to work with the file system.
33
- 1 . ` shell_interaction.ipynb ` : illustrates the use of the ` sh ` and
33
+ 1 . [ ` shell_interaction.ipynb ` ] ( https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/shell_interaction.ipynb ) :
34
+ illustrates the use of the ` sh ` and
34
35
` subprocess ` modules to interact with the shell.
35
36
1 . [ ` julia.ipynb ` ] ( https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/julia.ipynb ) :
36
37
illustrates monitoring a running process.
37
- 1 . ` compressed_files.ipynb ` : Jupyter notebook illustrating how to
38
- work with compressed files and archives.
38
+ 1 . [ ` compressed_files.ipynb ` ] ( https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/compressed_files.ipynb ) :
39
+ illustrating how to work with compressed files and archives.
39
40
40
41
The notebook on SSH is not included, since that can not be used
41
42
without proper authentication.
You can’t perform that action at this time.
0 commit comments