【发布时间】:2019-02-19 04:18:37
【问题描述】:
我目前正在使用 Python 3.6.4 在 Conda 环境中运行 Jupyter Notebook (Windows 7),我当前的 Jupyter Notebook 版本是 5.6.0。我遇到了以下文章:Using Git Bash in Jupyter Notebook on Windows ,它解释了如何通过更改配置“C.NotebookApp.terminado_settings = {'shell_command': ['C:\Program Files\Git\”来将 Jupyter Notebook 中的默认 shell 更改为 Bash bin\bash.exe']}。我尝试了多个不同的 bash 路径选项,包括名称 'bash',但均未成功。
Jupyter Notebook:未更改,仍在使用 Powershell
我已经阅读了Jupyter Notebook: Read the Docs ,并对 C:\Users\UserName\.jupyter 目录下的 jupyter_notebook_config.py 进行了更改,但没有任何成功。
【问题讨论】:
标签: bash jupyter-notebook