Skip to content

Commit 1b5da38

Browse files
committed
Add Google Colab badge
1 parent c583a01 commit 1b5da38

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ Jupyter notebooks:
2929
illustrates how to use several standard library modules to
3030
retrieve information from the operating system
3131
[![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`](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/filesystem_interaction.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):
3334
illustrates how to work with the file system.
34-
1. [`shell_interaction.ipynb`](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/shell_interaction.ipynb):
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):
3537
illustrates the use of the `sh` and
3638
`subprocess` modules to interact with the shell.
3739
1. [`julia.ipynb`](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/julia.ipynb):

0 commit comments

Comments
 (0)