diff --git a/content/applications/app_specific/running_sas.md b/content/applications/app_specific/running_sas.md index f8dbabd1e85a538720d8e96a3f2971d363f67a5a..621901619ab0291bfe6f5d3f07a1c3a1684e1538 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