Fixing Jupyterlab tools

This commit is contained in:
FlUxIuS 2024-05-26 20:59:00 +02:00
parent 583770e577
commit 040237a5ab
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ function jupiter_soft_install() {
goodecho "[+] Installing Jupyter lab"
installfromnet "pip3 install jupyterlab"
goodecho "[+] Installing Jupyter lab"
installfromnet "pip3 install jupyterlab"
installfromnet "pip3 install notebook"
}