Workspaces for source code
Now you can write Python code and seamlessly share it with your projects via Git, all from the comfort of your web browser!
Workspaces are perfect for:
-
Boosting your productivity: Focus on coding, not on your setup, with our pre-configured development environment.
-
Scaling your projects: Workspaces come with configurable resources to meet your project's demands when you need more processing power.
-
Collaborating with ease: Share your code seamlessly with your team, using Git integration.
Read more about Workspaces
A workspace provides a source code editor, connected to a specific project. It runs in your browser and it comes with all the features you expect:
- Code completion
- Debuggers
- Version control with Git
- A large set of available extensions
Like a notebook, a workspace opens in a user-specific container, apart from the workflows in the rest of cloud.rapidminer.com. In this dedicated space, you can write and test your code, store your changes in Git, and share the results with the rest of the team only when you are ready:
- by using the workspace's Git functionality to share code with the project, and
- by using the rmpy library to share data with the catalog
Creating and debugging Python code in a workspace, before sharing it with the project via Git, can be the first steps in a workflow that includes the Execute Python operator, using the Python file as an external input.
Continue reading about Workspaces