Skip to content

Commit c742b5b

Browse files
JasonGrace2282gitbook-bot
authored andcommitted
GITBOOK-82: Fix some OnDemand typos
1 parent 5b94a3b commit c742b5b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

guides-site/research/ondemand/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
description: This document describes how to use TJ's JupyterHub instance
2+
description: This document describes how to use TJ's Open OnDemand instance
33
---
44

55
# Open OnDemand
66

77
## What is Open OnDemand?
88

9-
[Open OnDemand](https://openondemand.org/) is how you can access TJ's Cluster. It contains many different applications within it, including JupyterLab, a fully-online IDE that is very similar to Google's Colab interface. Additionally, it also contains other IDEs for other programming languages, including RStudio for R, a MATLAB setup, and even a fully online VS Code via Codeserver!
9+
[Open OnDemand](https://openondemand.org/) is how you can access TJ's Cluster. It contains many different applications within it, including JupyterLab, a fully-online IDE that is very similar to Google's Colab interface. Additionally, it also contains other IDEs for other programming languages, including a fully online VS Code via Codeserver! There are also plans to add more IDEs, such as RStudio and/or MATLAB in the near future.
1010

1111
## How do I open an Application?
1212

1313
TJ's OnDemand instance is available at[ https://ondemand.tjhsst.edu](https://ondemand.tjhsst.edu/). The first time you load the page, it may take a minute or two, and you will be redirected to Ion to authenticate. Then you will be presented with a screen that looks like this:
1414

1515
<figure><img src="../../.gitbook/assets/image (17).png" alt=""><figcaption></figcaption></figure>
1616

17-
Here, choose the application you want. In the following, we assume you choose Jupyter Lab. You should then be asked for a Job Profile, with the following options:
17+
Here, choose the application you want. In the following, we assume you choose Jupyter. You should then be asked for a Job Profile, with the following options:
1818

1919
* Default (4 CPUs, 8GB RAM)
2020
* Compute (8 CPUs, 16GB RAM)
@@ -77,7 +77,7 @@ To undo the loading of a module, simply run:
7777
module unload <name of environment>
7878
```
7979

80-
### Creating Pixi Environments
80+
### Creating Custom Pixi Environments
8181

8282
Both the Python Notebook and Console are backed by [Pixi](https://pixi.sh/latest/) environments. Familiarize yourself with Pixi environments before reading on. If you're familiar with `conda` environments, Pixi is a faster conda with more features.
8383

guides-site/research/ondemand/qiime2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ module load qiime2
2929

3030
Now you can run `qiime` to access Qiime2
3131

32-
### Qiime2 Through JupyterHub
32+
### Qiime2 Through Jupyter
3333

34-
After logging into JupyterHub you should see the following on the JupyterHub "launcher":
34+
After accessing Jupyter, you should see the following on the "launcher":
3535

3636
![Notice the Qiime2 options in Notebook and Console. Also notice the R(qiime2) options](../../.gitbook/assets/Screenshot_20201001_142837.png)
3737

0 commit comments

Comments
 (0)