Skip to content

Commit 62d5ae7

Browse files
authored
Refine bash section on VM setup for Jupyter Notebook
Simplified the introduction and clarified the purpose of the notes. Updated the explanation of setting up an SSH tunnel with VSCode.
1 parent 353a886 commit 62d5ae7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

bash/index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@
55
# `bash`
66

77

8-
`bash` is the **B**ourne **A**gain **Sh**ell, the entry point for data science. In particular we want
9-
to dive into setting up a Virtual Machine (VM) on the cloud to host a Jupyter Notebook server via a
10-
browser on a local machine (laptop, desktop). This is an important typical 'first step' so let us call out
11-
two ways to get to a functional build, presuming a running cloud VM:
8+
`bash` is the **B**ourne **A**gain **Sh**ell, the entry point for data science. These notes
9+
dive into setting up a VM to get to a Jupyter Notebook server via laptop browser. Two means to this end:
1210

1311

1412
- set up an `ssh` tunnel
15-
- have VSCode set up an `ssh` tunnel
13+
- VSCode sets up an `ssh` tunnel ([VS Code Server](https://code.visualstudio.com/docs/remote/vscode-server))
1614

1715

1816
## children

0 commit comments

Comments
 (0)