Skip to content

Commit c3f6d33

Browse files
committed
Add note about hiding AI features
In Google Colab, by default cells are now showing "Start coding or generate with AI". This note describes how to turn that off.
1 parent 6a32aa4 commit c3f6d33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

2024-SULI/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Notebooks for this workshop can be run in three ways:
66
- [**Getting started with PlasmaPy**](https://colab.research.google.com/github/PlasmaPy/PlasmaPy-Demos/blob/main/2024-SULI/plasmapy-tutorial.ipynb) ✨ (part 1 with Nick)
77
- [**Single particle drifts**](https://colab.research.google.com/github/PlasmaPy/PlasmaPy-Demos/blob/main/2024-SULI/single_particle_drifts.ipynb) 💫 (part 2 with Peter)
88

9+
To hide AI features, go to Tools → Settings → AI Assistance and click on "Hide generative AI features."
10+
911
2. Online on **Binder** (no setup needed, but less reliable)
1012

1113
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/PlasmaPy/PlasmaPy-Demos/main)
@@ -30,7 +32,7 @@ To open the notebooks on **Google Colab**, please open the links at the top of t
3032

3133
## Running the Notebook
3234

33-
After opening each notebook, please execute the first code cell by pressing "Shift + Enter" in order to install PlasmaPy. After doing so, either click on the "Restart runtime" box in the output, or go to "Runtime" and select "Restart runtime":
35+
After opening each notebook, please execute the first code cell by pressing "Shift + Enter" in order to install PlasmaPy. When prompted, click **Run anyway**. If prompted again, either click on the "Restart runtime" box in the output, or go to "Runtime" and select "Restart runtime":
3436

3537
![image](https://user-images.githubusercontent.com/32618747/162499118-ecdbe48d-06ed-49c7-9c76-ed0a8cc32255.png)
3638

0 commit comments

Comments
 (0)