Skip to content

Commit 0988e65

Browse files
Merge pull request #1 from asktree/patch-2
added bitvise info for stupid windows users
2 parents 2b34a7c + be1f45f commit 0988e65

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vesta/jupyter.md

+8
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ run `ps aux | grep xxxx` with `xxxx` as the port forward to find the process num
5656
[1:15] it is way more convenient (in my opinion) if you leave off the `-f` in the ssh command so it stays in the Terminal and you can `ctrl-C` to end it.
5757

5858

59+
## Using BitVise SSH Client:
60+
Go to the C2C tab, set the first port to whatever Vesta is running Jupyter on, and the second to whatever you want to connect to (I just use the same port). That's it.
61+
62+
For some reason, token authentication stopped working when I did this, so I had to set up password access, which is easy:
63+
`jupyter notebook --gen-config
64+
jupyter notebook password`
65+
66+
5967
----
6068
### Older Stuff, Pending edit
6169
----

0 commit comments

Comments
 (0)