What are Projects?
Projects are JupyterLab servers that provide compute for your notebooks. Each project has its own environment, file storage, and resources.Jupyter Kernels
Execute Python code from notebooks
Terminal Access
Shell access to install packages and run commands
Web App Hosting
Deploy on localhost and share with the world
AI Chat
Project-scoped AI conversations
Creating a Project
From your organization dashboard:- Go to Projects
- Click New Project
- Enter a name and slug
- Select a compute type
- Click Create
https://runalph.ai/{org-slug}/{project-slug}
Compute Types
| Type | Resources | Use Case |
|---|---|---|
| Micro | 0.5 CPU, 1GB RAM | Light tasks, testing |
| Small | 2 CPU, 4GB RAM | Data analysis |
| Medium | 4 CPU, 8GB RAM | ML training |
| Large | 8 CPU, 16GB RAM | Large datasets |
| XLarge | 16 CPU, 32GB RAM | Heavy workloads |
Local Projects
Run your own JupyterLab server anywhere and connect it to Alph using the CLI:CLI Documentation
Learn more about running local projects
Connecting Notebooks
A notebook needs a project’s kernel to execute code:- Open your notebook
- Select Organization
- Select Project