Skip to content

Commit 6e88a2a

Browse files
committed
Add more Google Colab badges
1 parent 1b5da38 commit 6e88a2a

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,17 @@ Subjects and Python modules that will be covered:
2525

2626
Jupyter notebooks:
2727

28-
1. `system_information.ipynb`:
28+
1. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/system_information.ipynb) [`system_information.ipynb`](system_information.ipynb):
2929
illustrates how to use several standard library modules to
3030
retrieve information from the operating system
31-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/system_information.ipynb)
32-
1. `filesystem_interaction.ipynb`
33-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/filesystem_interaction.ipynb):
31+
1. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/filesystem_interaction.ipynb) [`filesystem_interaction.ipynb`](filesystem_interaction.ipynb):
3432
illustrates how to work with the file system.
35-
1. `shell_interaction.ipynb`
36-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/shell_interaction.ipynb):
33+
1. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/shell_interaction.ipynb) [`shell_interaction.ipynb`](shell_interaction.ipynb):
3734
illustrates the use of the `sh` and
3835
`subprocess` modules to interact with the shell.
39-
1. [`julia.ipynb`](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/julia.ipynb):
36+
1. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/julia.ipynb) [`julia.ipynb`](julia.ipynb):
4037
illustrates monitoring a running process.
41-
1. [`compressed_files.ipynb`](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/compressed_files.ipynb):
38+
1. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/compressed_files.ipynb) [`compressed_files.ipynb`](compressed_files.ipynb):
4239
illustrating how to work with compressed files and archives.
4340

4441
The notebook on SSH is not included, since that can not be used

0 commit comments

Comments
 (0)