Skip to content

Commit 1a00e08

Browse files
committed
Update README with links to Google Colab
1 parent 519fb9e commit 1a00e08

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ Jupyter notebooks:
3030
retrieve information from the operating system.
3131
1. [`filesystem_interaction.ipynb`](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/filesystem_interaction.ipynb):
3232
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
3435
`subprocess` modules to interact with the shell.
3536
1. [`julia.ipynb`](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/julia.ipynb):
3637
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.
3940

4041
The notebook on SSH is not included, since that can not be used
4142
without proper authentication.

0 commit comments

Comments
 (0)