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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,21 @@ The tutorials are located in the [`tutorials`](tutorials) subdirectory. The [REA
14
14
The easiest way to run the tutorials is with Binder. Simply open https://mybinder.org/v2/gh/biosimulators/Biosimulators_tutorials/HEAD in your browser.
15
15
16
16
### Running the tutorials on your own machine
17
-
Run the following commands to launch a Jupyter notebook server at http://localhost:8888 for the tutorials in this repository:
17
+
Run the following command to download the tutorials:
18
18
```
19
19
docker pull ghcr.io/biosimulators/tutorials
20
+
```
21
+
22
+
Run the following command to launch a Jupyter notebook server at http://localhost:8888 for the tutorials in this repository:
0 commit comments