原文:Windows10安裝jupyter notebook並配置運行

一 安裝 首先確保已安裝Python 打開終端,輸入python,查看版本是不是在 . 以上。 使用pip安裝Jupyter Notebook 為避免依賴項無法同步安裝的問題,首先要把pip更新到最新版本。 pip install upgrade pip 升級完成,安裝Jupyter Notebook pip install jupyter 二 配置運行 運行Jupyter Notebook 在終 ...

2020-10-12 17:02 0 422 推薦指數:

查看詳情

Windows10 安裝Jupyter

  官方文檔:https://jupyter-notebook.readthedocs.io/en/stable/   https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter ...

Fri Dec 14 18:38:00 CST 2018 0 4211
windows10安裝tensorflow 並且在jupyter notebook 上使用tensorflow

一、安裝jupyter notebook配置環境 首先建議大家安裝anaconda,最新版本請到官網下載(點擊下載連接),沒錯,直接點擊下載python3.6版本的(當然選擇做自己電腦相應的位數,我的是64bit),however,tensorflow並不支持python3.6,是不是 ...

Sat Aug 19 04:55:00 CST 2017 0 3318
windows10安裝ipython jupyter

環境: windows 10 x64 python2.7(已經安裝好numpy scipy matplotlib) 過程: 首先安裝visual c++ 9.0環境,去http://aka.ms/vcpython27 下載(我的火狐報https錯誤,用chrome下載完成 ...

Wed Apr 19 20:08:00 CST 2017 0 3777
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM