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: notebooks/README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,11 @@
2
2
3
3
UBC Sailbot's Jupyter notebooks for researching and exporing implementations.
4
4
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.
6
10
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