Wiki source code of Getting Started
Last modified by allan on 2020/03/10 13:39
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
5.1 | 1 | === Getting started with Jupyter Notebooks in the Collaboratory === |
2 | |||
3 | === === | ||
4 | |||
5 | === Setup === | ||
6 | |||
7 | For this tutorial, we will begin by creating a Collab to learn in. If you are not familiar with the concepts of the Collaboratory, you can have a look at the wiki page "[[The Collaboratory>>doc:Collabs.the-collaboratory.WebHome]]". | ||
8 | |||
9 | ⮕Create a new Collab | ||
10 | |||
11 | (% class="box infomessage" %) | ||
12 | ((( | ||
13 | * ((( | ||
14 | Navigate to the [[Collabs page>>doc:Collabs.WebHome]]. | ||
15 | ))) | ||
16 | * ((( | ||
17 | Click on the "Create a Collab" button and fill in the form. For example "Alice's test Collab". | ||
18 | ))) | ||
19 | * ((( | ||
20 | Navigate to the Drive in the left most menu. You might need to wait for a few seconds and refresh the page before it is visible. | ||
21 | ))) | ||
22 | * ((( | ||
23 | Create a folder called "notebooks". | ||
24 | ))) | ||
25 | ))) | ||
26 | |||
27 | === [[image:Screenshot_2020-01-30 Collabs - HBP Wiki.png]] === | ||
28 | |||
29 | ---- | ||
30 | |||
31 | === [[image:create-a-collab.png||alt="Create a Collab"]] === | ||
32 | |||
33 | ---- | ||
34 | |||
35 | [[image:drive-folder.png]] | ||
36 | |||
37 | === Create a notebook === | ||
38 | |||
39 | You will next create a notebook in the lab. You will save it in the Drive so it remains available when you come back. | ||
40 | |||
41 | ⮕Open the lab | ||
42 | |||
43 | (% class="box infomessage" %) | ||
44 | ((( | ||
![]() |
5.2 | 45 | * Navigate to [[https:~~/~~/lab.ebrains.eu/.>>https://lab.ebrains.eu/]] |
![]() |
5.1 | 46 | * Sign in. |
47 | * In the file tab, navigate to "drive/Shared with me/Alice's test collab/notebooks". | ||
48 | * Press on the + button above the file listing and create a notebook. | ||
49 | * Rename it to something meaningful: "my test notebook". | ||
50 | ))) | ||
51 | |||
52 |