Skip to content

Commit 0e9eff1

Browse files
committed
2 parents 6129976 + 633c527 commit 0e9eff1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

notebooks/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
UBC Sailbot's Jupyter notebooks for researching and exporing implementations.
44

5-
## Standards
5+
## Setup
6+
To get started using notebooks in the devcontainer:
7+
1. run `install_notebook_env.sh`
8+
2. ctl + shift + p `Developer: Reload Window`
9+
3. open a `.ipynb` file and select the kernel: _Python (notebook_env)_. If the kernel env does not appear, keep running Developer: Reload Window until it does.
610

7-
1. In addition to the dependencies installed in [Sailbot Workspace](https://github.com/UBCSailbot/sailbot_workspace),
8-
notebooks may have additional dependencies that are installed in the first code block
9-
2. Implementations in notebooks should be complete: do not import functions from other UBC Sailbot repositories
10-
3. Notebooks should be organized into directories named like the UBC Sailbot repositories they correspond to
11+
## Standards
12+
1. Notebooks should be organized into directories named like the UBC Sailbot repositories they correspond to

0 commit comments

Comments
 (0)