You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/data-lab/quickstart.mdx
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ It is composed of the following:
22
22
23
23
- Notebook: A JupyterLab service operating on a dedicated node type.
24
24
25
-
Scaleway provides dedicated node types for both the notebook and the cluster. The cluster nodes are high-end machines built for intensive computations, featuring numerous CPUs and substantial RAM.
25
+
Scaleway provides dedicated node types for both the notebook and the cluster. The cluster nodes are high-end machines built for intensive computations, featuring powerful CPUs/GPUs, and substantial RAM.
26
26
27
27
The notebook, although capable of performing some local computations, primarily serves as a web interface for interacting with the Apache Spark cluster.
28
28
@@ -41,12 +41,11 @@ The notebook, although capable of performing some local computations, primarily
41
41
42
42
3. Complete the following steps in the wizard:
43
43
- Choose an Apache Spark version from the drop-down menu.
44
-
- Select a worker node configuration.
44
+
- Select a worker node configuration. For this procedure, we recommend selecting a CPU rather than a GPU.
45
45
- Enter the desired number of worker nodes.
46
46
<Messagetype="note">
47
47
Provisioning zero worker nodes lets you retain and access you cluster and notebook configurations, but will not allow you to run calculations.
48
48
</Message>
49
-
- Optionally, choose an Object Storage bucket as your source of data and the place to store the output of your operations.
50
49
- Enter a name for your Data Lab.
51
50
- Optionally, add a description and/or tags for your Data Lab.
52
51
- Verify the estimated cost.
@@ -65,7 +64,7 @@ The notebook, although capable of performing some local computations, primarily
65
64
66
65
## How to run the demo file
67
66
68
-
Each Distributed Data Lab comes with a default `quickstart.ipynb`demo file for testing purposes. This file contains a preconfigured notebook environment that requires no modification to run.
67
+
Each Distributed Data Lab comes with a default `DatalabDemo.ipynb`demonstration file for testing purposes. This file contains a preconfigured notebook environment that requires no modification to run.
69
68
70
69
Execute the cells in order to perform pre-determined operations on a dummy data set.
71
70
@@ -81,7 +80,7 @@ Execute the cells in order to perform pre-determined operations on a dummy data
0 commit comments