2
我開始我的筆記本電腦使用此命令行:停止IPython中從尋找在〜/ .ipython
ipython3 notebook --profile=/ipython3/profiles/qa-ipython3/ipython_config.py \
--ip=0.0.0.0 \
--port=80 \
--no-browser \
--notebook-dir=/ipython3/notebooks \
--ipython-dir=/ipython3/ipython \
--profile-dir=/ipython3/profiles
如果我刪除$HOME/.ipython
,我得到一個異常從IPython的:
FileNotFoundError: [Errno 2] No such file or directory: '/root/.ipython'
什麼我必須要得到ipython3 notebook
限制自己只有/ipython3/...
?
你還設置了任何'--notebook-dir','--ipython-dir','--profile-dir'和'--profile'? –
不,我通常使用位於目標IPYTHONDIR中的profile_default,因此不需要關於配置文件的其他選項。我通過在正確的位置啓動腳本來獲得正確的筆記本目錄。 – Jakob