Jupyter notebook visualization example ready.
This commit is contained in:
11
analysis/python/jupyter/README.md
Normal file
11
analysis/python/jupyter/README.md
Normal 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.*
|
Reference in New Issue
Block a user