General questions about DataSphere
Can I get logs of my operations with services?
Yes, you can request log records about your resources from Yandex Cloud services. For more information, see Data requests.
What do I do if I can't install a package in my project or don't have internet access?
You might have connection issues if you added a subnet to your project that doesn't have internet access.
If you need a subnet for your project, set up NAT to get internet access.
You can disable a subnet if you don't need it for your project:
- In the management console, select the folder where the project is located.
- Select DataSphere.
- Click next to the project name and select Edit.
- Under Advanced settings, click the drop-down list in the Subnet field.
- Click the subnet name.
- Click Save.
Can I close a tab with a notebook?
Yes. If you close the notebook tab, current computations will continue running and the interpreter state, all variables, and computation results will be saved. You can continue working when you reopen your project.
Why can't I simultaneously start multiple notebooks in my project?
Running notebooks have access to the project storage and can edit files. To avoid conflicts between notebooks accessing the same files during computations, DataSphere prevents you from starting multiple notebooks at the same time.
However, you can parallelize special background operations that have read-only access to storage.
How do I specify the configuration type for my project?
Project cells in DataSphere run with the minimum resource configuration: c1.4 (4 vCPUs). You can change configurations while using your notebook. The state of the interpreter, variables, and computation results will be saved.
The following variables can't be serialized
?
How do I resolve the error: The error says that the system can't serialize the variable. It means that you can't move it when switching to another resource configuration. To avoid the error, run all your computations in the same configuration.
If I delete a running cell, will computations stop?
No, computations will continue even if you delete a cell from the notebook. Before deleting a cell, stop it. If you already deleted a running cell, stop the running computations by selecting File ⟶ Stop project and return to console.