Jupyter Notebook

install

1
2
3
4
5
6
7
# install jupyter
pip install jupyter

# upgrade pip
python.exe -m pip install --upgrade pip

pip install pandas

run jupyter notebook

1
2
jupyter notebook
(myenv10_scrapy) D:\work\run\python_crawler\109-scrapy-practice2\test_jupter>jupyter notebook