| ... | ... | @@ -227,6 +227,7 @@ erfordert: |
|
|
|
|
|
|
|
```
|
|
|
|
zypper in python39 python39-base python39-pip
|
|
|
|
zypper in pandoc
|
|
|
|
```
|
|
|
|
|
|
|
|
Als nächstes wird unterhalb von `/usr/local/share/` die virtuelle Python-Umgebung erzeugt:
|
| ... | ... | @@ -297,6 +298,8 @@ systemctl enable JupyterLab.service |
|
|
|
systemctl start JupyterLab.service
|
|
|
|
systemctl status JupyterLab.service
|
|
|
|
#
|
|
|
|
chown -R ipynb.ipynb /usr/local/share/JupyterLab
|
|
|
|
#
|
|
|
|
exit
|
|
|
|
```
|
|
|
|
|
| ... | ... | @@ -310,6 +313,8 @@ source ./bin/activate |
|
|
|
pip3 install xyz uvw abc
|
|
|
|
deactivate
|
|
|
|
#
|
|
|
|
chown -R ipynb.ipynb /usr/local/share/JupyterLab
|
|
|
|
#
|
|
|
|
exit
|
|
|
|
```
|
|
|
|
|
| ... | ... | |
| ... | ... | |