Pricing
DataCamp Workspace offers four plans, one of which is a totally free plan that allows you to use DataCamp Workspace for free indefinitely.
The free offering for DataCamp learners looking to take the next step in their learning. Basic allows you to:
- Create and edit an unlimited number of public workspaces. You can invite other users as editors to your workspace and collaborate with them in real-time.
- Run code with 4GB of RAM, a minimum of 0.5 vCPUs and a maximum of 2 vCPUs. In order to make use of the full 2 cores, your code needs to be parallellizable.
- Work as long as you want, provided you're not abusing the computation resources available to you (e.g. crypto mining). Your session will be closed after 30 minutes of inactivity (no cells running, no notebook edits). For security reasons, your session will be closed after 24 hours regardless of activity. In both cases, you can restart your session to continue using Workspace. For more information on running code for an extended period of time, see Long-running cells.
A paid offering for individual users with a need for more speed and memory or who want to have private workspaces. Premium enables you to:
- Create and edit an unlimited amount public and private workspaces. You can invite other users as editors to your workspace and collaborate with them in real-time.
- Run code with 16GB of RAM, a minimum of 2 vCPUs and a maximum of 8 vCPUs. In order to make use of all those cores, your code needs to be parallellizable.
- Work as long as you want, provided you're not abusing the computation resources available to you (e.g. crypto mining). Your session will be closed after 2 hours of inactivity (no cells running, no notebook edits). For security reasons, your session will be closed after 24 hours regardless of activity. In both cases, you can restart your session to continue using Workspace. For more information on running code for an extended period of time, see Long-running cells.
- Access databases through fixed IP addresses so you can selectively configure your database's firewall.
A paid offering for for organizations looking to collaboratively work on science projects.
Group members with a Workspace Teams license can:
- Create and edit an unlimited number of private workspaces in the context of the group. These workspaces can be easily shared with the entire group, rather than having to invite individual people one by one.
- Create and edit group-owned integrations to connect to data warehouses and databases. These integrations are available in all of the group's workspaces.
- Run code with 16GB of RAM, a minimum of 2 vCPUs and a maximum of 8 vCPUs. In order to make use of all those cores, your code needs to be parallellizable.
- Work as long as you want, provided you're not abusing the computation resources available to you (e.g. crypto mining). Your session will be closed after 2 hours of inactivity (no cells running, no notebook edits). For security reasons, your session will be closed after 24 hours regardless of activity. In both cases, you can restart your session to continue using Workspace. For more information on running code for an extended period of time, see Long-running cells.
- Access databases through fixed IP addresses so you can selectively open up your database's firewall.
Group members without a Workspace Teams license can only browse and view workspaces created by other members (with a license) in the group.
To learn more about the difference between personal and group integrations, read Personal and group integrations.
All groups that applied for DataCamp for Classrooms are on the Teams plan and every member of the group has a Teams license for free! The same holds for DataCamp Donates groups. If you're new to DataCamp and believe you're eligible for one of these programs, check out DataCamp for Classrooms and DataCamp Donates.
Equip your team with a data science notebook that provides a secure sandbox environment for them to practice and apply their skills. Contact sales for pricing.
Customized learning for organizations:
- A controlled learning environment
- Unlimited team workspaces
- Dedicated Customer Success Manager
What's a vCPU?
When you run code on DataCamp Workspace, you run this code in an isolated environment on one of DataCamp-managed cloud servers that you share with other users. Typically, 8 to 16 users are using the same physical server. To ensure every user gets a fair share of the processing power available on the server, every user gets a type of 'budget', which is expressed as a number of vCPUs, short for virtual CPUs. If the CPU resources of the server are 'contended' (because everyone on that server is doing a lot of heavy computation at the same time), users on paid plans will get 4 times more 'budget' on the CPU resources. In this situation, if CPU resources are contended and if the code is parallellizable to make full use of all CPU cores, the code of a user on Workspace Premium or with a Workspace Teams license will finish 4 times faster.
What if I run out of a disk quota in my workspace?
Every workspace has a maximum filesystem size of 5GB. If you run out of free storage, you are no longer able to edit or access your project. Contact us and we'll solve it for you.
Can I run multiple workspaces at the same time?
Yes! You can have at most 5 workspaces open at the same time, active and executing code in different browser tabs.
Last modified 12d ago