Skip to content

Commit 162544b

Browse files
authored
Merge pull request #407 from MAAP-Project/getting-started-400
Updates Getting started to v4.0.0
2 parents 17603c1 + b0125d6 commit 162544b

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed
-56.5 KB
Loading
-32.8 KB
Loading
-1.68 KB
Loading

docs/source/getting_started/getting_started.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,14 @@
7676
"\n",
7777
"Workspaces are effectively a JupyterLab \"computer in the cloud\". To get started with Jupyter you need to create a workspace.\n",
7878
"\n",
79+
".. note::\n",
80+
"In MAAP workspaces v4.0.0 the vanilla workspace was renamed to python. The associated Stack name changed as well, from Basic Stable to Python (default).\n",
81+
"\n",
7982
"1. In the top-left corner of the MAAP dashboard, under “NASA MAAP”, click “Get Started”. You should see a menu that looks like this:\n",
8083
"![Choose a workspace stack](_static/createws1.png)\n",
8184
"\n",
8285
"\n",
83-
"2. Select \"Basic Stable”. This is called a \"Stack\" and represents a type of cloud compute environment that will be set up. If you are interested in seeing more about each Stack, the adjacent link in the left-hand area is where you can see the configuration of each Stack in detail. After choosing \"Basic Stable\", you will see a loading screen that looks like this – wait for it to finish loading.\n",
86+
"2. Select \"Python (default)\". This is called a \"Stack\" and represents a type of cloud compute environment that will be set up. If you are interested in seeing more about each Stack, the adjacent link in the left-hand area is where you can see the configuration of each Stack in detail. After choosing \"Basic Stable\", you will see a loading screen that looks like this – wait for it to finish loading.\n",
8487
"![Loading Basic Stable](_static/createws2.png)\n",
8588
"\n",
8689
"\n",

docs/source/getting_started/running_at_scale.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"- Algorithm Description is additional free-form text to describe what this algorithm does.\n",
5151
"- Disk Space is the minimum amount of space you expect—including all inputs, scratch, and outputs—it gives the DPS an approximation to help optimize the run.\n",
5252
"- Resource Allocation tells the system what kind of cloud computer to use for a Job run with this Algorithm. Typically you will use `maap-dps-worker-` and the last number indicates the amount of RAM. In the example shown here, we choose the smallest amount of RAM because we have a very simple Algorithm, `maap-dps-worker-8gb`.\n",
53-
"- The Container URL is a URL of the Stack (workspace image environment) you are using as a base for the algorithm—this will be pre-filled with the Container for the workspace that you are in. In this example we use: `https://mas.maap-project.org/root/maap-workspaces/base_images/vanilla:main`\n",
53+
"- The Container URL is a URL of the Stack (workspace image environment) you are using as a base for the algorithm—this will be pre-filled with the Container for the workspace that you are in. In this example we use: `https://mas.maap-project.org/root/maap-workspaces/base_images/python:main`\n",
54+
"\n",
5455
"![Register Algorithm general information](_static/register-2-general.png)\n",
5556
"\n",
5657
"4. Fill in the Input section. There are File Inputs and Positional Inputs (i.e., command-line arguments). In our example we have on File Input called `input_file`. For each input you can add a Description, a Default Value, and mark whether it's required or optional. There are no positional inputs for this Algorithm.\n",

0 commit comments

Comments
 (0)