Skip to content
Snippets Groups Projects

Jupyter page edits

Merged joshcarini requested to merge jbranch into master
2 files
+ 9
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -17,12 +17,18 @@ weight = 20
@@ -17,12 +17,18 @@ weight = 20
statistical modeling, data visualization, machine learning, and much more.
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
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" >}}
{{< 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
## Running Code
Loading