Small edits (#646)

This commit is contained in:
pollfly 2023-08-15 13:48:06 +03:00 committed by GitHub
parent f20a5f07a5
commit bb61686a64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,12 @@ title: ClearML Agent on Google Colab
--- ---
[Google Colab](https://colab.research.google.com) is a common development environment for data scientists. It supports a convenient IDE as well as [Google Colab](https://colab.research.google.com) is a common development environment for data scientists. It supports a convenient IDE as well as
compute provided by google. compute provided by Google.
Users can transform a Google Colab instance into an available resource in ClearML using [ClearML Agent](../../clearml_agent.md). Users can transform a Google Colab instance into an available resource in ClearML using [ClearML Agent](../../clearml_agent.md).
This tutorial goes over how to create a ClearML worker node in a Google Colab notebook. Once the worker is up This tutorial goes over how to create a ClearML worker node in a Google Colab notebook. Once the worker is up
and running, users can send Tasks to be executed on Google Colab's HW. and running, users can send Tasks to be executed on Google Colab's hardware.
## Prerequisites ## Prerequisites
* Be signed up for ClearML (or have a server deployed). * Be signed up for ClearML (or have a server deployed).
@ -29,12 +29,10 @@ and running, users can send Tasks to be executed on Google Colab's HW.
``` ```
This environment variable makes Matplotlib work in headless mode, so it won't output graphs to the screen. This environment variable makes Matplotlib work in headless mode, so it won't output graphs to the screen.
1. Create new credentials. 1. Create new credentials. Go to your [**Settings**](https://app.clear.ml/settings/workspace-configuration) page > **WORKSPACE** section.
Go to your [**Settings**](https://app.clear.ml/settings/workspace-configuration) page > **WORKSPACE** section.
Under **App Credentials**, click **+ Create new credentials**, and copy the information that pops up. Under **App Credentials**, click **+ Create new credentials**, and copy the information that pops up.
1. Set the credentials. 1. Set the credentials. In the third cell, enter your own credentials:
In the third cell, enter your own credentials:
```python ```python
from clearml import Task from clearml import Task