You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Give a name to your notebook. Choose a notebook instance type based on needs, Amazon Linux 2 as platform identifier, volume. Optional, create idle-shut by selecting create new lifecycle configuration and copy and paste [idle-shutdown.sh](/idle-shutdown.sh) and create configuration. Then click Create notebook instance:
9. To clone in your git repositories you can either use the git UI built in or by using the terminal. Using the git UI select **Clone a Repository** then paste the repo url and click **Clone**. To clone via the terminal make sure that you are in the SageMaker directory then use the command git clone [repo url]. Once you have done this you should see the repo
6. After working go back to Code Editor and stop the now unused instance by clicking ***Stop***:
142
+
6. Once in code editor clone in your repository. This can be done by selecting the git icon, select **Clone Repository**, copy the web url into the box and then select **Clone from URL**. Alternatively you can open a terminal then use the command git clone web url. Once you do this cd into the cloned repository. If it doesn't show up in your folders select the file icon open folder and select the repository you cloned in.
143
+
144
+

145
+
146
+
7. After working go back to Code Editor and stop the now unused instance by clicking ***Stop***:
Copy file name to clipboardExpand all lines: docs/HowToCreateNewTerminalConsoleJupyterLab.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Jupyter lab allows you to create a new console window within its layout. This is also possible on Jupyter lab on AWS SageMaker. Adding a terminal console window where there is a jupyter notebook tab is helpful when needing to run command line code.
4
4
5
-
## 1) In Jupyter lab within a jupyter notebook, right click on any whitespace in the jupyter notebook.
5
+
## 1) In Jupyter lab within a Jupyter notebook, right click on any whitespace in the notebook.
Copy file name to clipboardExpand all lines: docs/HowToCreateVertexAINotebooks.md
+31-1Lines changed: 31 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,37 @@
29
29
30
30
9. The remaining sections can be left as default for our purposes. Further details can be found in the official documentation: [Vertex AI Documentation](https://cloud.google.com/vertex-ai/docs/workbench/instances/create)
31
31
32
-
### 2. Spin up a User-Managed Notebook Instance
32
+
### 2. Spin up Instance from a Container
33
+
1. Start by clicking the `hamburger menu` (the three horizontal lines in the top left of your console). Go to `Artificial Intelligence > Vertex AI > Workbench`.
34
+
35
+

36
+
37
+
2. If not already selected, click **Instances**, then **Instances**
38
+
3. Click **+ Create New**
39
+
40
+

41
+
42
+
4. Select **Advanced Options** at the bottom of the **New Instance** pop-up window
43
+
5. Provide a name for your new instance using letters, numbers, and hyphens (-). Select a region and zone for the new instance. For best network performance, select the region that is geographically closest to you. Click **Continue**
44
+
45
+

46
+
47
+
6. On the Environment screen, select "Use custom container" and then enter your container name. \
48
+
Click **Continue**.
49
+
50
+

51
+
52
+
7. On the Machine type screen, select the desired number of CPUs/GPUs. This is usually specified by the tutorial you are completing.
53
+
54
+

55
+
56
+
8. On the same screen, verify that **Enable Idle Shutdown** is selected and specify the idle minutes for shutdown. This means it will shutdown automatically after this many minutes. We recommend 30 minutes. Click **Create**. It will take a few minutes for your instance to spin up.
9. The remaining sections can be left as default for our purposes. Further details can be found in the official documentation: [Vertex AI Documentation](https://cloud.google.com/vertex-ai/docs/workbench/instances/create)
61
+
62
+
### 3. Spin up a User-Managed Notebook Instance
33
63
1. Start by clicking the `hamburger menu` (the three horizontal lines in the top left of your console). Go to `Artificial Intelligence > Vertex AI > Workbench`.
34
64
35
65

0 commit comments