"jupyterlab" (Änderung der Installation) authored by Rolf Niepraschk's avatar Rolf Niepraschk
......@@ -99,10 +99,10 @@ systemctl start xxx.service
Es hat sich gezeigt, dass dies in größeren Zeitabständen notwendig ist, weil Probleme bei der Verwendung des »JupyterLab« auftraten. (**TODO** Evtl. Automatismus ähnlich zu `webapps-deliverer-restart` einführen?)
Installation unter »openSUSE 15.4« (2022-06-13):
Installation unter »openSUSE 15.5« (2024-11-06):
```
zypper in python3-jupyterlab
pip3 install jupyterlab
pip3 install MarkupSafe==1.1.1
pip3 install jupyter_server
systemctl enable ipython-lab.service
......
......