python安装notebook_安装python的jupyter notebook工具
生活随笔
收集整理的這篇文章主要介紹了
python安装notebook_安装python的jupyter notebook工具
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
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
默認的路徑是命令行啟動的路徑
如果已經基于conda安裝了環境,加裝插件,就可以實現在線版本切換了
conda install nb_conda
4.常用組件
conda install nb_conda
conda install pymysql
conda install numpy
conda install pandas
conda install tensorflow
conda install matplotlib
5.常用配置
jupyter notebook --generate-config
c.NotebookApp.iopub_data_rate_limit = 10000000
總結
以上是生活随笔為你收集整理的python安装notebook_安装python的jupyter notebook工具的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python的def函数_Python
- 下一篇: python 计算协方差_python