Skip to content

Commit

Permalink
code highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaussin committed Apr 1, 2019
1 parent fc88042 commit baec910
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ also added an interactive cloud model implementation (*CloudModel.ipynb*). Also,
compiled a *.yml file* from my conda environment, which you can use to create your
own local env like so (given that you already installed, e.g., *miniconda3*:

conda env create -f paramretrieval.yml
`conda env create -f paramretrieval.yml`

Then you can simply run `source activate paramretrieval` to activate the environment. To start a jupyter kernel, type `jupyter notebook` in the group1 repository and open *CloudModel.ipynb*.
Then you can simply run

Cheers,
Felix
`source activate paramretrieval`

to activate the environment. To start a jupyter kernel, type

`jupyter notebook`

in the group1 repository and open *CloudModel.ipynb* to play around a bit.

Cheers,
Felix

0 comments on commit baec910

Please sign in to comment.