python架設環境
PATH路徑上的設置問題
安裝Python後在到cmd中輸入'pip' 不是內部或外部命令,也不是可運行的程序或批處理文件。可能是你沒有配置環境變量,你只需要在環境變量中配置C:\Python27\Scripts;即可
資料來源:https://blog.csdn.net/github_34457546/article/details/70174435
環境變數設定可參考:https://designpathofme.blogspot.com/p/blog-page.html
環境變數設定可參考:https://designpathofme.blogspot.com/p/blog-page.html
python2 安裝
pip install jupyter
python3 安裝
pip3 install jupyter
*註:安裝會需要點時間,屬正常現象。
安裝完成後輸入下列指令啟動 Jupyter 網頁服務
jupyter notebook
安裝完成後輸入下列指令啟動 Jupyter 網頁服務
jupyter notebook
輸入完指令後,瀏覽器即會開起 Jupyter 網頁服務
留言
張貼留言