Workspace Setup
This page covers creating your project folder and setting up Jupyter Lab for interactive development.
1. Create a Project Folder
Create a folder for your Vertex AI work:
2. Install Jupyter Lab (Optional)
If you prefer working in Jupyter notebooks:
3. Start Jupyter Lab
Launch Jupyter Lab from your project folder:
This opens Jupyter Lab in your browser.
4. Create Your First Notebook
- In Jupyter Lab, create a new notebook named
Vertex AI Start.ipynb - Add a test cell and run:
If you see "Hello Vertex" in the output, your environment is ready.
Next Step
Continue to Google Cloud Setup to create a service account and download your credentials.