使用環境:ubuntu18 + python3.6
python3 -m pip install --upgrade pip
python3 -m pip install jupyter --user
完成後,jupyter安裝在~/.local/bin
目錄下。
執行jupyter(如果提示找不到jupyter,需要重啟終端):
jupyter notebook
pip3 install jupyter_contrib_nbextensions --user
jupyter contrib nbextension install --user
jupyter nbextensions_configurator enable --user
安裝完成後,重新整理瀏覽器顯示如下:
擴充套件比較推薦的擴充套件有:
Liunx 環境安裝配置Jupyter
1.安裝anaconda 安裝anaconda後 bash anaconda3 2020.02 linux x86 64.sh 注意 安裝完成之後,系統會預設進 到 base 虛擬環境 退出base虛擬環境 conda deactivate 進 base虛擬環境 conda activate 如果不...
jupyter安裝,環境配置(win10)
jupyter notebook是乙個web應用程式,允許您建立和共享包含實時 方程,視覺化和說明文字的文件。用途包括 資料清理和轉換,數值模擬,統計建模,機器學習等等。如果是想安裝jupyterlab只需要將以下的jupyter改為jupyterlab即可。安裝 如果安裝python。pip in...
jupyter安裝總結
前段時間一直使用pycharm寫pandas程式,對於大資料開發而言,開發一般是走一步想一步,pycharm不適合。網上推薦使用jupyter notebook,它是乙個web版的編輯器,原來是ipython的一部分,後來拆分出來了。安裝了一把,發現比較麻煩,網上的資料也比較老了,不適合。總結一下與...