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