From 5cb7a567481534c1ea13a9a87d03e8780682b0c3 Mon Sep 17 00:00:00 2001
From: Caughlin Bohn <computerwhisperer21@gmail.com>
Date: Mon, 14 Dec 2020 17:33:29 -0600
Subject: [PATCH] Added Jupyter

---
 content/applications/app_specific/running_sas.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/content/applications/app_specific/running_sas.md b/content/applications/app_specific/running_sas.md
index f8dbabd1..62190161 100644
--- a/content/applications/app_specific/running_sas.md
+++ b/content/applications/app_specific/running_sas.md
@@ -98,7 +98,12 @@ Replace `<username>` with your HCC username.
 The results of the t-test are computed and printed to the `.lst` file 
 
 ## SAS on JupyterHub
+Sas can also be run on Jupyter notebook environments available through [HCC Open OnDemand]({{< relref "../../open_ondemand/connecting_to_hcc_ondemand/" >}}). [Launch a jupyter notebook session]({{< relref "../../open_ondemand/virtual_desktop_and_jupyter_notebooks/" >}}). From the `New` dropdown box, select the `SAS`. 
+{{< figure src="/images/jupyterNew.png" >}}
 
+Here you can run code in the notebook's cells. The SAS code is then ran when you click on the "play" icon or pressing the `shift` and `enter` keys simultaneously. 
+
+{{< figure src="/images/jupyterCode.png" >}}
 
 ## SAS on Anvil
 
-- 
GitLab