You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ This is a set of notes used for teaching Python to students that have never used
9
9
## Notes
10
10
11
11
* The notes are in the form of iPython notebooks and are stored under the `/notes` folder.
12
-
*If you are an NYU student, you can [use the NYU JupyterHub server](https://jupyterhub.stern.nyu.edu/) to access the Jupyter server and the notes (under `/notes/pi1/introduction-to-python`).
13
-
* If you do not have access to your own Jupyter server, you can interact with the notes by clicking the "[Launch Binder](https://mybinder.org/v2/gh/ipeirotis/introduction-to-python/master)" button.
12
+
*You can [open the notes in Google Colab](https://colab.research.google.com/github/ipeirotis/introduction-to-python/blob/master/). With Google Colab, you can save your work in your Google Drive.
13
+
* If you do not want to use Google Colab, you can [launch the notes in Binder](https://mybinder.org/v2/gh/ipeirotis/introduction-to-python/master), which is a temporary Jupyter server launched on-demand. Note that the Binder server will shutdown after a period of idleness. If you want to save your work, and you should save the notes locally to your computer.
0 commit comments