Add info about adding a kernel to Jupyter notebook.
parent
ab2dbf7a02
commit
b57c8a4eac
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue