Last active
December 6, 2016 17:17
Revisions
-
codingPingjun revised this gist
Dec 6, 2016 . 1 changed file with 2 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,5 @@ ### Open Remote Notebook in client `http://localhost:5005` ### Kill Local Port `lsof -i:5005[port num]` `kill -9 55514[pid]` -
codingPingjun revised this gist
Dec 6, 2016 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,4 +3,9 @@ ### Set Mapping in client `ssh -N -f -L localhost:5005:localhost:7007 username@ip` ### Open Remote Notebook in client `http://localhost:5005` ### Kill Local Port ` lsof -i:5005[port num] kill -9 55514[pid] ` -
codingPingjun revised this gist
Nov 9, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,4 +3,4 @@ ### Set Mapping in client `ssh -N -f -L localhost:5005:localhost:7007 username@ip` ### Open Remote Notebook in client `http://localhost:5005` -
codingPingjun revised this gist
Oct 21, 2016 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ ### Open Notebook on server `ipython notebook --no-browser --port=7007` ### Set Mapping in client `ssh -N -f -L localhost:5005:localhost:7007 username@ip` ### Open Remote Notebook in client `http://localhost:5000` -
codingPingjun revised this gist
Oct 21, 2016 . 1 changed file with 6 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,6 @@ ### Open Notebook on server ipython notebook --no-browser --port=7007 ### Set Mapping in client ssh -N -f -L localhost:5000:localhost:8000 username@ip ### Open Remote Notebook in client http://localhost:5000 // -
codingPingjun revised this gist
Aug 19, 2016 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ ipython notebook --no-browser --port=8000 // Open ipython ssh -N -f -L localhost:5000:localhost:8000 username@ip //build connection http://localhost:5000 // open local ipython -
codingPingjun created this gist
Aug 19, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ ipython notebook --no-browser --port=8000 // Open ipython ssh -N -f -L localhost:5000:localhost:8000 username@ip //build connection http://localhost:5000 // open local ipython