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