Spaces:
Paused
Paused
alessandro trinca tornidor
commited on
Commit
·
00b0386
1
Parent(s):
43d2f62
[doc] update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ pinned: false
|
|
10 |
# exec jupyter on the remote server with port forwarding on localhost
|
11 |
|
12 |
1. checkout repo, install venv with jupyter
|
13 |
-
2. port forwarding in localhost wiht private key: `ssh -i
|
14 |
3. start the jupyter-lab server
|
15 |
4. connect to page in localhost
|
16 |
|
|
|
10 |
# exec jupyter on the remote server with port forwarding on localhost
|
11 |
|
12 |
1. checkout repo, install venv with jupyter
|
13 |
+
2. port forwarding in localhost wiht private key: `ssh -i /path/to/private_key name@endpoint.com -L 8889:localhost:8889 -N -f`
|
14 |
3. start the jupyter-lab server
|
15 |
4. connect to page in localhost
|
16 |
|