Skip to content
Snippets Groups Projects
Commit 26627bc8 authored by Daniel Müller's avatar Daniel Müller :speech_balloon:
Browse files

Add version numbers to README

- Added version number for python packes to the readme
- Added version number of jupyter-lab to readme
parent 6dbe96e6
No related branches found
No related tags found
No related merge requests found
...@@ -2,17 +2,18 @@ ...@@ -2,17 +2,18 @@
### This ansible Playbook does the following things: ### This ansible Playbook does the following things:
- Install pip3 - Install pip3
- Install jupyter-lab - Install jupyter-lab (version 3.2.4)
- Setup a systemd service for jupyter-lab, enable it (autostart) and start it - Setup a systemd service for jupyter-lab, enable it (autostart) and start it
- Jupyter-lab is served on `0.0.0.0:8888` with an empty password. This of course has security implications and should be discussed - Jupyter-lab is served on `0.0.0.0:8888` with an empty password. This of course has security implications and should be discussed
- Install the following python3 packages: - Install the following python3 packages:
- numpy - numpy (version 1.21)
- scikit-learn (aka. sklearn) - scikit-learn, aka. sklearn (version 1.0)
- matplotlib - matplotlib (version 3.4)
- pandas - pandas (version 1.3)
- Pillow - Pillow (version 8.4)
- seaborn - seaborn (version 0.11)
- plotly - plotly (version 5.4)
- nltk (version 3.6)
- All python packages are installed into a virtual environment at `~/.ml-venv`. This also includes jupyter-lab which allows for using the default python3 kernel and still having access to all dependencies - All python packages are installed into a virtual environment at `~/.ml-venv`. This also includes jupyter-lab which allows for using the default python3 kernel and still having access to all dependencies
### The project is structured as follows: ### The project is structured as follows:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment