Jupyter notebook kurmak için;
Kod: Tümünü seç
# On Windows
python -m pip install -U pip setuptools
# On OS X or Linux
pip install -U pip setuptools
Kod: Tümünü seç
# Python2
pip install jupyter
# Python 3
pip3 install jupyter
Kod: Tümünü seç
jupyter notebook
