add jupyter instructions

tweak syntax highlighting
This commit is contained in:
Pierre Guillod 2023-04-09 22:51:14 +02:00
parent 1d36e3fefc
commit 1ba982357b
Signed by: pierre
GPG key ID: B00B454469924EDF

View file

@ -4,8 +4,14 @@
Make sure Anaconda is installed. The semicustom environment can be created, updated and activated using:
```
```sh
conda env create --file env-semicustom.yml
conda activate semicustom
conda update --all
```
The notebook can be openend as follows:
```sh
jupyter notebook
```