diff --git a/content/guides/anvil/anvil_instance_types.md b/content/guides/anvil/anvil_instance_types.md index 1e364619f81341ce83125f58dbd3066f28c92970..b31451f4abee90601b276149a97109549bdb32d4 100644 --- a/content/guides/anvil/anvil_instance_types.md +++ b/content/guides/anvil/anvil_instance_types.md @@ -52,3 +52,4 @@ require large amounts of memory. | compute.xlarge | 4 | 7.5GB | 160GB | | compute.2xlarge | 8 | 15GB | 160GB | | compute.4xlarge | 16 | 30GB | 160GB | +| compute.8xlarge | 32 | 60GB | 160GB | diff --git a/content/guides/running_applications/Jupyter.md b/content/guides/running_applications/Jupyter.md index e45e855dbfc6750acef4d99cf8476d608cae23f9..6a8d0b3e542bb590295e96c7d8d4c484c2c515d2 100644 --- a/content/guides/running_applications/Jupyter.md +++ b/content/guides/running_applications/Jupyter.md @@ -17,12 +17,18 @@ weight = 20 statistical modeling, data visualization, machine learning, and much more. 1. To open a Jupyter notebook, [Sign in](https://crane.unl.edu) to crane.unl.edu using your hcc credentials (NOT your - UNL credentials). + campus credentials). {{< figure src="/images/jupyterLogin.png" >}} -2. Select your prefferred authentication method. +2. Select your preferred authentication method. -{{< figure src="/images/jupyterPush.png" >}} + {{< figure src="/images/jupyterPush.png" >}} + +3. Choose a job profile. Select "Local Jupyter Notebook" for light tasks such as debugging or small-scale testing. +Select the other options based on your computing needs. Note that a local Jupyter Notebook will save to your "home" +directory, while the other options save to your "work" directory. + +{{< figure src="/images/jupyterjob.png" >}} ## Running Code diff --git a/static/images/jupyterjob.png b/static/images/jupyterjob.png new file mode 100644 index 0000000000000000000000000000000000000000..961c2d9b1189c198eaaec9ec5a6a000add8aa59d Binary files /dev/null and b/static/images/jupyterjob.png differ