Jupyter notebook visualization example ready.

This commit is contained in:
Miikka Vaisala
2019-06-17 16:46:19 +08:00
parent 528d1984fa
commit 3a7365f9e3
2 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Setting up a remote jupyter session
1. In remote machine write: `jupyter notebook --no-browser --port=8889`
2. In the local machine write: `ssh -N -L localhost:8888:localhost:8889 username@remote.machine`
3. Access jupyter seession with a browser: `http://localhost:8888`
Now it should work.
*PLEASE NOTE: Never commit `.ipyb` files without clearing them to the github repo.*