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
A repository containing scripts that have been created to leverage the toolkit found within
5
+
This repository contains Python scripts for virtual workshops, self-guided workshops, videos and educational tutorials. The scripts leverage the toolkit found within
9
6
the [CCDC portfolio](https://www.ccdc.cam.ac.uk/solutions/) that are accessible via
10
7
the [CSD Python API](https://www.ccdc.cam.ac.uk/solutions/csd-core/components/csd-python-api/).
11
8
@@ -19,7 +16,6 @@ The purpose of this platform is to distribute knowledge and allow for scientific
19
16
.
20
17
├─ assets # Images for documentation
21
18
├─ scripts # Python scripts
22
-
├─ notebooks # Jupyter notebooks
23
19
├─ LICENSE
24
20
└─ README.md
25
21
```
@@ -45,12 +41,10 @@ Whilst in the main repository window click `Code` and select `Download Zip`:
45
41
46
42
### 2. Downloading Individual Scripts
47
43
48
-
Once you've found a script/file you wish to download, click on it. This will show you the content of the file. In the top right of the file click `Raw`.
49
-
This will open the content in a tab where you can `Right-Click` in the text and select `"Save As..."`.
50
-
51
-
You will be asked to in your file explorer where you wish to save the file. Please specify the file extension at this point, by default `.txt` is used (For python scripts `.py` is required.)
44
+
Once you've found a script/file you wish to download, click on it. This will show you the content of the file. In the top right of the file click on the download button.
45
+
This will open a file explorer. Click `"Save As..."` to save the script.
0 commit comments