Skip to content

Commit

Permalink
Added activating the correct environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
vtraag committed Apr 17, 2019
1 parent c3140af commit dd125ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ There are two ways in which you can run a Jupyter notebook.
1. Launch the "Anaconda navigator" and launch the Jupyter notebook from there. Make sure to select the correct environment ``CSSS`` from the dropdown box at the top of the window. The Jupyter notebook will start in some specific directory, you may need to move the directory to which you unzipped the repository, to ensure it is also visible from Jupyter notebook.
2. In Windows, please launch the "Anaconda prompt". In Mac OS/Linux, open the terminal and activate conda by running source ~/anaconda3/bin/activate. Navigate to the directory to which you unzipped the repository using
2. In Windows, please launch the "Anaconda prompt". In Mac OS/Linux, open the terminal and activate conda by running ``conda activate CSSS`` or that does not work ``source ~/anaconda3/bin/activate CSSS``. Navigate to the directory to which you unzipped the repository using
```
cd [DIRECTORY]
```
Expand Down

0 comments on commit dd125ad

Please sign in to comment.