Skip to content

Commit 7e3785f

Browse files
committed
docs(dlb): update
1 parent 593e50f commit 7e3785f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pages/data-lab/concepts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ A Distributed Data Lab is a data lab that is distributed across multiple worker
2424

2525
A fixture is a set of data forming a request used for testing purposes.
2626

27+
## GPU
28+
29+
GPUs (Graphical Processing Units) allow Apache Spark to accelerate computations for tasks that involve large-scale parallel processing, such as machine learning and specific data-analytics, significantly reducing the processing time for massive datasets and preparation for A.I models.
30+
2731
## JupyterLab
2832

2933
JupyterLab is a web-based platform for interactive computing, letting you work with notebooks, code, and data all in one place. It builds on the classic Jupyter Notebook by offering a more flexible and integrated user interface, making it easier to handle various file formats and interactive components.

pages/data-lab/how-to/connect-to-data-lab.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ categories:
3030

3131
4. Enter your [API secret key](/iam/concepts/#api-key) when prompted for a password, then click **Log in**. You are directed to the lab's home screen.
3232

33-
5. In the files list on the left, double-click the `quickstart.ipynb` file to open it.
33+
5. In the files list on the left, double-click the `DatalabDemo.ipynb` file to open it.
3434

3535
6. Update the first cell of the file with your API access key and secret key, as shown below:
3636

@@ -41,4 +41,4 @@ categories:
4141

4242
Your notebook environment is now ready to be used.
4343

44-
7. Optionally, follow the instructions contained in the `quickstart.ipynb` file to process a test batch of data.
44+
7. Optionally, follow the instructions contained in the `DatalabDemo.ipynb` file to process a test batch of data.

0 commit comments

Comments
 (0)