You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/spherex/spherex_sdt/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,13 @@ To create a conda environment with the dependencies on your local machine use:
33
33
conda env create --f conda-sdt_conda.yml
34
34
```
35
35
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:
37
37
```
38
38
conda activate sdt_env
39
39
python -m ipykernel install --user --name=sdt_env
40
40
```
41
41
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
43
43
44
44
```
45
45
conda activate std_env
@@ -50,7 +50,7 @@ or select the environment `sdt_env` in your Jupyter Notebook using the dropdown
50
50
51
51
### On Fornax
52
52
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).
54
54
55
55
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:
56
56
```
@@ -59,4 +59,4 @@ In order to install this specific conda environment on Fornax, the file name of
59
59
60
60
Note that we use the `--user` option here, which will keep the environment available for subsequent Fornax sessions.
61
61
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.
Copy file name to clipboardExpand all lines: tutorials/spherex/spherex_sdt/sdt_irsa.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,13 +57,13 @@ To create a conda environment with the dependencies on your local machine use:
57
57
conda env create --f conda-sdt_env.yml
58
58
```
59
59
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:
61
61
```
62
62
conda activate sdt_env
63
63
python -m ipykernel install --user --name=sdt_env
64
64
```
65
65
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
67
67
68
68
```
69
69
conda activate sdt_env
@@ -74,7 +74,7 @@ or select the environment `sdt_env` in your Jupyter Notebook using the dropdown
74
74
75
75
### 3.2 On Fornax
76
76
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).
78
78
79
79
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:
80
80
@@ -84,7 +84,7 @@ setup-conda-env --user
84
84
85
85
Note that we use the `--user` option here, which will keep the environment available for subsequent Fornax sessions.
86
86
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.
0 commit comments