Skip to content

Commit 16f4ed8

Browse files
committed
update
1 parent ccf170d commit 16f4ed8

5 files changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ My recommendation is to it from the the [gcloud console](https://console.cloud.g
5050

5151
+ Go to [gcloud console](https://console.cloud.google.com/)
5252
+ Create a new project e.g. remotejupyterserver
53-
![](google_cloud_create_project.png)
53+
![](img/google_cloud_create_project.png)
5454
+ Enable billing for this project, if necessary
5555
+ See [Google help page](https://support.google.com/cloud/answer/6288653#new-billing)
5656
+ Check out [Google Platform Free Tier](https://cloud.google.com/free/)
@@ -122,7 +122,7 @@ gcloud compute --project "remotejupyter" ssh --zone "europe-west3-b" "myserver"
122122
The ssh keys are not necessary if you log in the VM from the SSH / Open in browser window drop down menu.
123123
+ from [gcloud console](https://console.cloud.google.com/) / Compute Engine / VM instances, click on the SSH button for your VM
124124

125-
![](compute_engine_instance_ssh.png)
125+
![](img/compute_engine_instance_ssh.png)
126126

127127

128128
### 7 - Install software on remote VM
@@ -205,7 +205,7 @@ Olivier@myserver:~/notebooks$ jupyter notebook --no-browser --port=8888
205205

206206
+ Open web browser to `localhost:8888`
207207
+ Paste the token from the jupyter server as requested
208-
![](jupyter_notebook_login.png)
208+
![](img/jupyter_notebook_login.png)
209209

210210
All good.
211211
You can start working !
@@ -214,7 +214,7 @@ You can start working !
214214

215215
Be careful it is all too easy to forget !
216216

217-
![](sadpuppy_nocredits.png)
217+
![](img/sadpuppy_nocredits.png)
218218

219219
Stopping a VM does not delete is completely and consequently carries residual costs.
220220
See [Google doc](https://cloud.google.com/compute/docs/instances/stopping-or-deleting-an-instance#billing_for_stopped_instances)
@@ -228,7 +228,7 @@ Several ways to do that from [gcloud console]() / Compute Engine:
228228
+ You may also create an image from a snapshot and create an instance from an image
229229
+ For more info about images and snapshots, see the [doc](https://cloud.google.com/compute/docs/disks/create-snapshots). Essentially snapshots are faster and cheaper
230230

231-
## C - More with Jupyter and GCloud
231+
## C - More with Jupyter on Google Cloud
232232

233233
The following pages describe more specific Jupyter installations:
234234
+ [Running Jupyter notebooks on GPU on Google Cloud](https://medium.com/google-cloud/running-jupyter-notebooks-on-gpu-on-google-cloud-d44f57d22dbd) with main packages [tensorflow](https://www.tensorflow.org/) and [keras](https://keras.io/)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)