Files
astaroth/analysis/python/jupyter/README.md
Miikka Väisälä 0ce689dbe4 README.md edited online with Bitbucket
Of course there we typos.
2019-06-17 09:12:13 +00:00

12 lines
415 B
Markdown

# 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 session with a web browser by writing the the address prompt: `localhost:8888`
Now it should work.
**PLEASE NOTE: Never commit `.ipyb` files without clearing them to the git repo.**