Skip to content

Commit a2ed92a

Browse files
committed
docs: added Jupyter lab instructions
1 parent 2445413 commit a2ed92a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,21 @@ The tutorials are located in the [`tutorials`](tutorials) subdirectory. The [REA
1414
The easiest way to run the tutorials is with Binder. Simply open https://mybinder.org/v2/gh/biosimulators/Biosimulators_tutorials/HEAD in your browser.
1515

1616
### 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:
1818
```
1919
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:
23+
```
2024
docker run -it --rm -p 8888:8888 ghcr.io/biosimulators/tutorials jupyter notebook --ip=0.0.0.0 --port=8888
2125
```
2226

27+
Alternatively, run the following command to launch a Jupyter lab server at http://localhost:8888 for the tutorials in this repository:
28+
```
29+
docker run -it --rm -p 8888:8888 ghcr.io/biosimulators/tutorials jupyter lab --ip=0.0.0.0 --port=8888
30+
```
31+
2332
## License
2433

2534
This package is released under the [MIT license](LICENSE).

0 commit comments

Comments
 (0)