Skip to content

Commit 18380af

Browse files
committed
Fix link to conda environment and conda env create statement
1 parent 84127da commit 18380af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/prep/conda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The [package](https://github.com/Anaconda-Platform/nb_conda_kernels) that detect
9090

9191
## Conda on your own computer
9292

93-
Conda may be used on your computer as well as the Hub. If you wish to install the same environment as the hub is running, after you install Conda, you can download the [`environment.yml`](https://github.com/oceanhackweek/ohw20-tutorials/blob/master/environment.yml) that we use, then `conda create -n <ENV NAME> --file environment.yml`
93+
Conda may be used on your computer as well as the Hub. If you wish to install the same environment as the hub is running, after you install Conda, you can download the [`environment.yml`](https://github.com/oceanhackweek/jupyter-image/blob/main/py-base/environment.yml) that we use, then `conda env create -n <ENV NAME> --file environment.yml`
9494

9595
### Installing Conda
9696

0 commit comments

Comments
 (0)