Skip to content

Commit d592b9f

Browse files
committed
Fix up Jupyter and Fornax languaging
1 parent 461c767 commit d592b9f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

tutorials/spherex/spherex_sdt/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ To create a conda environment with the dependencies on your local machine use:
3333
conda env create --f conda-sdt_conda.yml
3434
```
3535

36-
Then, make the environment available in the list of kernels for your Jupyter lab:
36+
Then, make the environment available in the list of kernels for your JupyterLab:
3737
```
3838
conda activate sdt_env
3939
python -m ipykernel install --user --name=sdt_env
4040
```
4141

42-
To use the environment in your Jupyter Lab notebooks, either start Jupyter Lab in that environment by typing
42+
To use the environment in your Jupyter notebooks, either start JupyterLab in that environment by typing
4343

4444
```
4545
conda activate std_env
@@ -50,7 +50,7 @@ or select the environment `sdt_env` in your Jupyter Notebook using the dropdown
5050

5151
### On Fornax
5252

53-
Installing the conda environment on the [Fornax NASA science platform](https://science.nasa.gov/astrophysics/programs/physics-of-the-cosmos/community/the-fornax-initiative/) needs slightly different steps. These can be reviewed in [this documentation](https://docs.fornax.sciencecloud.nasa.gov/compute-environments/#create-new-env).
53+
Installing the conda environment on the [NASA Fornax Science Console](https://science.nasa.gov/astrophysics/programs/physics-of-the-cosmos/community/the-fornax-initiative/) needs slightly different steps. These can be reviewed in the documentation [create a new environment](https://docs.fornax.sciencecloud.nasa.gov/compute-environments/#create-new-env).
5454

5555
In order to install this specific conda environment on Fornax, the file name of the `yml` file specifically needs to be in the following format `conda-*.yml`. The `yml` file distributed here is already in that format (`conda-sdt_env.yml`). Once this is set, open a new terminal (click on the large "+" button right under the "File" menu tab) and type to following command _inside_ the same directory where the `yml` file is located:
5656
```
@@ -59,4 +59,4 @@ In order to install this specific conda environment on Fornax, the file name of
5959

6060
Note that we use the `--user` option here, which will keep the environment available for subsequent Fornax sessions.
6161

62-
To use the environment in your Jupyter Lab notebooks on Fornax, directly select the environment `sdt_env` in your Jupyter Notebook using the dropdown on the upper left.
62+
To use the environment in your Jupyter notebooks on Fornax, directly select the environment `sdt_env` in your Jupyter Notebook using the dropdown on the upper left.

tutorials/spherex/spherex_sdt/sdt_irsa.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ To create a conda environment with the dependencies on your local machine use:
5757
conda env create --f conda-sdt_env.yml
5858
```
5959

60-
Then, make the environment available in the list of kernels for your Jupyter lab:
60+
Then, make the environment available in the list of kernels for your JupyterLab:
6161
```
6262
conda activate sdt_env
6363
python -m ipykernel install --user --name=sdt_env
6464
```
6565

66-
To use the environment in your Jupyter Lab notebooks, either start Jupyter Lab in that environment by typing
66+
To use the environment in your Jupyter notebooks, either start JupyterLab in that environment by typing
6767

6868
```
6969
conda activate sdt_env
@@ -74,7 +74,7 @@ or select the environment `sdt_env` in your Jupyter Notebook using the dropdown
7474

7575
### 3.2 On Fornax
7676

77-
Installing the conda environment on the [Fornax NASA science platform](https://science.nasa.gov/astrophysics/programs/physics-of-the-cosmos/community/the-fornax-initiative/) needs slightly different steps. These can be reviewed in [this documentation](https://docs.fornax.sciencecloud.nasa.gov/compute-environments/#create-new-env).
77+
Installing the conda environment on the [NASA Fornax Science Console](https://science.nasa.gov/astrophysics/programs/physics-of-the-cosmos/community/the-fornax-initiative/) needs slightly different steps. These can be reviewed in the documentation [create a new environment](https://docs.fornax.sciencecloud.nasa.gov/compute-environments/#create-new-env).
7878

7979
In order to install this specific conda environment on Fornax, the file name of the `yml` file specifically needs to be in the format `conda-*.yml`. The `yml` file distributed here is already provided in that format (`conda-sdt_env.yml`). Once this is set, open a new terminal (click on the large "+" button right under the "File" menu tab) and type to following command _inside_ the same directory where the `yml` file is located:
8080

@@ -84,7 +84,7 @@ setup-conda-env --user
8484

8585
Note that we use the `--user` option here, which will keep the environment available for subsequent Fornax sessions.
8686

87-
To use the environment in your Jupyter Lab notebooks on Fornax, directly select the environment `sdt_env` in your Jupyter Notebook using the dropdown on the upper left.
87+
To use the environment in your Jupyter notebooks on Fornax, directly select the environment `sdt_env` in your Jupyter Notebook using the dropdown on the upper left.
8888

8989
+++
9090

0 commit comments

Comments
 (0)