Überprüfen Sie, ob Python installiert ist oder nicht.
on command prompt type the following command : python --version
Wenn Python nicht heruntergeladen wurde, laden Sie es von seiner Website herunter
Überprüfen Sie, ob Pip installiert ist oder nicht
on cmd type the following command pip --version
Jupyter-Notebook installieren
type the following command on the commmand prompt : pip install notebook
nach erfolgreicher Installation
um das Jupiter-Notizbuch zu öffnen
type the following command on the command prompt : jupyter notebook
Das obige ist der detaillierte Inhalt vonSo installieren Sie ein Jupiter-Notebook. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!