Ziemlich straight forward…
#jupyter essentials sudo apt-get install -y build-essential python3-dev python3-pip #install jupyter pip3 install jupyter #install python2 kernel for jupyter python2 -m pip install ipykernel python2 -m ipykernel install --user #run notebook jupyter notebook
Schreibe einen Kommentar