Safely develop Data Science programs with a statically checked domain specific language (DSL) and integrated tools for data inspection.
To set up a powerful integrated development environment (IDE) for Safe-DS, follow these steps:
- Install Visual Studio Code (VS Code).
- Install the Safe-DS extension for VS Code.
To run Safe-DS programs, you also need the Safe-DS Runner:
- Install Python (3.11 or 3.12). Make sure to add Python to your
system's
PATH
during installation. Verify installation by runningpython --version
in a command line. You should get output similar toPython 3.12.2
. - Open VS Code.
- Open the command palette (Menu bar > View > Command Palette).
- Type
Install the Safe-DS Runner
. - Press Enter. Installation may take a few minutes, since it downloads and installs several large libraries like PyTorch.
You can find the full documentation here.
We welcome contributions from everyone. As a starting point, check the following resources:
If you need further help, please use our discussion forum.