Skip to content

Commit 6129976

Browse files
committed
added comments
1 parent 9bcb6db commit 6129976

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

notebooks/install_notebook_env.sh

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1+
#!/bin/bash
2+
13
# This script creates a virtual environment specifically for use in Jupyter notebooks to ensure
24
# compatibility between installations of matplotlib, pandas, and numpy and to keep those installations
35
# separate from our base system
4-
5-
6-
# To get started using notebooks in the devcontainer:
7-
# 1. run this script
8-
# 2. ctl+shift+p Developer: Reload Window
9-
# 3. open a .ipynb file and select the kernel: Python (notebook_env)
10-
# If the kernel env does not appear, keep running Developer: Reload Window until it does.
11-
12-
13-
14-
#!/bin/bash
156
set -e
167

178
FLAG="$HOME/ros/notebook_env/.setup_done"

0 commit comments

Comments
 (0)