Add info about adding a kernel to Jupyter notebook.

communication
junos 2021-04-06 16:26:43 +02:00
parent ab2dbf7a02
commit b57c8a4eac
1 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,13 @@ To install:
conda activate straw2analysis conda activate straw2analysis
``` ```
To use this environment in the Jupyter notebooks under `./exploration/`,
you can select it under Kernel > Change kernel after running:
```shell
ipython kernel install --user --name=straw2analysis
```
2. Provide an .env file to be used by `python-dotenv` which should be placed in the top folder of the application 2. Provide an .env file to be used by `python-dotenv` which should be placed in the top folder of the application
and should have the form: and should have the form: