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: 2024-SULI/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Notebooks for this workshop can be run in three ways:
4
4
5
-
1. Online on **Google Colaboratory** (no setup needed, but must have a Google account)
5
+
1. Online on **Google Colab** (no setup needed, but must have a Google account)
6
6
-[**Getting started with PlasmaPy**](https://colab.research.google.com/github/PlasmaPy/PlasmaPy-Demos/blob/main/2024-SULI/plasmapy-tutorial.ipynb) ✨ (part 1 with Nick)
7
7
-[**Single particle drifts**](https://colab.research.google.com/github/PlasmaPy/PlasmaPy-Demos/blob/main/2024-SULI/single_particle_drifts.ipynb) 💫 (part 2 with Peter)
8
8
@@ -12,17 +12,17 @@ Notebooks for this workshop can be run in three ways:
12
12
13
13
3. On a **local installation of Python** that includes Jupyter notebook. (Advanced)
14
14
15
-
Some functionality, like interactive plots, may not work on Google Colaboratory. Instructions are included below for each option.
15
+
Some functionality, like interactive plots, may not work on Google Colab. Instructions are included below for each option.
16
16
17
17
18
18
# Table of contents
19
19
20
-
1.[Running Examples on Google Colaboratory](#installation_google_colab)
20
+
1.[Running Examples on Google Colab](#installation_google_colab)
21
21
2.[Running Examples on Binder](#installation_binder)
22
22
3.[Running Examples on Jupyter Notebook Locally with Anaconda](#installation_anaconda)
23
23
4.[Tips on Using Jupyter Notebook](#jupyter_tips)
24
24
25
-
# Running Examples on Google Colaboratory <aname="installation_google_colab"></a>
25
+
# Running Examples on Google Colab <aname="installation_google_colab"></a>
0 commit comments