Changes for page Starting Jupyter or Tensorflow
Last modified by Jan Rhebergen on 2022/02/06 13:31
edited by Jan Rhebergen
on 2022/01/24 15:56
on 2022/01/24 15:56
edited by Jan Rhebergen
on 2022/02/06 13:31
on 2022/02/06 13:31
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,8 +4,9 @@ 4 4 (% class="box infomessage" %) 5 5 ((( 6 6 **NB**: 7 - * port numbers used below depend on the user! (see [[here>>doc:UOG.Technical Documentation.Nginxproxymanager.WebHome]]) 8 - * this section requires a preinstalled (configures) ##conda## data-science environmen! 7 + 8 +* port numbers used below depend on the user! (see [[here>>doc:UOG.Technical Documentation.Nginxproxymanager.WebHome]]) 9 +* this section requires a preinstalled (configures) ##conda## data-science environmen! 9 9 ))) 10 10 11 11 ... ... @@ -24,7 +24,7 @@ 24 24 25 25 In the browser local on Safari or Chrome the following must now be entered: 26 26 27 -[[url:http://116.203.106.242:8887/]] 28 +[[http:~~/~~/117.204.107.243:8887/>>url:http://116.203.106.242:8887/]] 28 28 29 29 The Jupyter environment will now open. 30 30 ... ... @@ -68,7 +68,7 @@ 68 68 #JBR_OFF jupyter-lab --ip 0.0.0.0 --port 8883 --no-browser & 69 69 jupyter-lab --ip 0.0.0.0 --port 8883 --no-browser 70 70 #JBR remember to once: ssh-copy-id guul@dashy 71 -#JBR_OFF ssh guul@11 6.203.106.242-N -R \*:8883:localhost:888372 +#JBR_OFF ssh guul@117.204.107.243 -N -R \*:8883:localhost:8883 72 72 }}} 73 73 74 74 A slightly "better/flexible" version: ... ... @@ -92,11 +92,11 @@ 92 92 echo -e "Manually stop/kill hanging processes (if any).\n" 93 93 #JBR If not properly shutdown use 'ps' and 'kill' to terminate the jupyter-lab process 94 94 #JBR Remember we reserve port 8888 for the local instance of Jupyter 95 -echo "Browse to http://11 6.203.106.242:8889 to see your notebooks"96 +echo "Browse to http://117.204.107.243:8889 to see your notebooks" 96 96 echo -e "Then copy & paste the token from here and create your own password (only once)\n" 97 97 jupyter-lab --ip 0.0.0.0 --port 8889 --no-browser 98 98 #JBR_OFF jupyter-lab --ip 0.0.0.0 --port 8889 --no-browser & 99 -#JBR_OFF ssh jan@11 6.203.106.242-N -R \*:8889:localhost:8889100 +#JBR_OFF ssh jan@117.204.107.243 -N -R \*:8889:localhost:8889 100 100 }}} 101 101 102 102 === Tensorman ===