DataSpell
 
Get DataSpell
You are viewing the documentation for an earlier version of DataSpell.

Manage your workspace

Last modified: 15 September 2022

Whatever you do in DataSpell, you do that in the workspace. Your workspace can contain local notebooks and other files, attached directories, and attached projects.

When you run DataSpell for the very first time, you begin your work with attaching a directory to the workspace. You can also start with connecting to a Jupyter server.

The initial view of the DataSpell workspace

If you want to work with any projects created in IntelliJ IDEA based IDE, you can open them from disk.

Once you cloned a Git directory, DataSpell creates a Python virtual environment, so that you can work with your files, and attaches the directory to the workspace.

If any of the attached directories requires a previously configured environment that is not currently available, DataSpell shows a warning and provides two options: select an environment that fits the previous configuration or configure another Python interpreter (environment):

A warning message with the options to configure a project interpreter

Note, when you have an environment based on the outdated version of Python, the following message appears:

notification on the unsupported version of the Python interpreter

Click Configure Python interpreter to set up a valid one.

Once you have connected to a remote server, you can open, edit, run, and copy remote notebooks.