add jupyter instructions
tweak syntax highlighting
This commit is contained in:
parent
1d36e3fefc
commit
1ba982357b
1 changed files with 7 additions and 1 deletions
|
@ -4,8 +4,14 @@
|
||||||
|
|
||||||
Make sure Anaconda is installed. The semicustom environment can be created, updated and activated using:
|
Make sure Anaconda is installed. The semicustom environment can be created, updated and activated using:
|
||||||
|
|
||||||
```
|
```sh
|
||||||
conda env create --file env-semicustom.yml
|
conda env create --file env-semicustom.yml
|
||||||
conda activate semicustom
|
conda activate semicustom
|
||||||
conda update --all
|
conda update --all
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The notebook can be openend as follows:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
jupyter notebook
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue