1. 程式人生 > >安裝python的jupyter notebook工具

安裝python的jupyter notebook工具

結果 .cn com note -- 分享 工具 .com nbsp

jupyter notebook是一個通過網頁運行python的工具

支持分段的python運行,並能直觀的查看結果

支持多python環境運行,需要加裝(conda)

技術分享

安裝步驟

1.安裝python3,並設置環境變量

2.安裝jupyter

pip3 install --upgrade pip
pip3 install jupyter

3.啟動

命令行下運行,進行啟動,會自動打開web控制臺,默認端口是8888

jupyter notebook
改變端口:jupyter notebook --port 9999


默認的路徑是命令行啟動的路徑
技術分享

 


安裝python的jupyter notebook工具