Skip to content

Commit c583a01

Browse files
committed
Add Google Colab badge
1 parent 4b6acdc commit c583a01

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ Subjects and Python modules that will be covered:
2525

2626
Jupyter notebooks:
2727

28-
1. [`system_information.ipynb`](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/system_information.ipynb):
28+
1. `system_information.ipynb`:
2929
illustrates how to use several standard library modules to
30-
retrieve information from the operating system.
30+
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)
3132
1. [`filesystem_interaction.ipynb`](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/filesystem_interaction.ipynb):
3233
illustrates how to work with the file system.
3334
1. [`shell_interaction.ipynb`](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/shell_interaction.ipynb):

0 commit comments

Comments
 (0)