Skip to content
Snippets Groups Projects

added jupyter as dependency

Merged Carsten Hinz requested to merge 11-carsten_todo_documentation_-11_poetryinreadme into dev
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -41,11 +41,11 @@ After installing poetry, you can simply install all required dependencies for th
poetry install
```
This also leads to a creation of a virtual enviorment.Virtual enviorment are designed to ensure, that different projects do not interfere with their dependencies.
To run a script or a jupyter notebook in the virtual enviorment simply run
To run a jupyter notebook in the virtual enviorment execute
```
poetry run jupyter notebook
```
or
and to run a script use
```
poetry run python [/path/to/scriptname.py]
```
Loading