便捷使用jupyter notebook

2021-10-06 10:17:52 字數 943 閱讀 8963

1.1 安裝 jupyter notebook

pip install jupyter
1.2 安裝常見問題

1.2.1 「jupyter command not found」

安裝完成後再命令列輸入jupyter notebook即可開始使用,mac下可能會顯示jupyter command not found,這是由於pip安裝jupyter完成後並沒有將其加入到當前執行環境中。

1.2.2 出現six相關問題

這個問題是因為six版本不夠,執行以下命令手動更新six:

pip install six --upgrade --ignore-installed six

1.3 配置jupyter notebook預設開啟目錄

當我們執行jupyter notebook 開啟後發現預設的目錄並不是我們的工作目錄,每次逐級開啟比較麻煩,這裡需要我們修改預設開啟目錄。

1.3.1 不修改配置檔案

有時候我們的工作目錄並不唯一,這時候修改配置檔案就相對麻煩了,每次切換工作目錄都需要更改配置。我們只需要在執行命令的時候加乙個引數

jupyter notebook --notebook-dir=***
1.3.2 修改配置檔案2.1 常用快捷鍵

2.2 nbextensions外掛程式

有時候我們在使用過程中需要**自動補齊功能和目錄功能,這時候我們就需要用到nbextensions.

pip install jupyter_contrib_nbextensions

jupyter contrib nbextension install --user

jupyter nbextension enable codefolding/main

Ember Zigbee CLI的使用與便捷除錯

針對simplicity studio 4,emberznet協議棧使用cli實現對zigbee的function的呼叫與便捷除錯 platform simplicity studio 4 emberznet sdk 6.4.1.0 spp content 1 配置printing and cli欄...

讓jupyter note 開啟md檔案的方法

讓jupyter notebook 生成md這個大家都會,可是在github當中有很多很好的md檔案,如果不能在jupyter notebook當中開啟體驗,實在是太讓人難過了。在網上搜尋了一下,有很多人也有同樣的需求,也不是很清楚怎麼操作,現在我將自己的體驗分享給大家。首先進入環境之後,安裝not...

runtime的五種便捷使用

通過runtime獲取模型的屬性,然後通過kvc來進行賦值。import nsobject category.h import implementation nsobject category nsarray propertlist 釋放屬性組 free propertylist return ar...