【问题标题】:How to get Jupyter working after Python change 32bit -> 64bitPython更改32位-> 64位后如何让Jupyter工作
【发布时间】:2020-06-28 06:42:38
【问题描述】:

我安装了 64 位 Python 并卸载了 32 位 Python,以便我可以使用 tensorflow。现在,当我尝试使用 Jupyter 时,我得到:

启动器中的致命错误:无法使用 '"c:\users\username\appdata\local\programs\python\python38-32\python.exe" "C:\Users\username\AppData\Local\ 创建进程Programs\Python\Python38-32\Scripts\jupyter.exe" --runtime-dir': 系统找不到指定的文件。

解决此问题的最佳方法是什么?我是否必须重新安装 Jupyter,还是可以只更改指定的可执行文件?

【问题讨论】:

    标签: python python-3.x jupyter-notebook


    【解决方案1】:

    是的,您应该重新安装 Juypter notebook 这是修复它的最佳且简单的方法。

    【讨论】:

    • 应该如何安装?请解释安装细节以及为什么你的想法应该起作用。
    • 转到 anaconda 网站,您可以下载 anaconda 设置 如果已安装 anaconda,则转到 anaconda navigoter 并从他们那里安装 Juyper 笔记本。要卸载 Juyper 笔记本,您可以在终端中使用 conda uninstall jupyter notebook。
    猜你喜欢
    • 1970-01-01
    • 2018-05-16
    • 2012-01-20
    • 1970-01-01
    • 1970-01-01
    • 2017-01-27
    • 2018-12-29
    • 1970-01-01
    • 2015-03-22
    相关资源
    最近更新 更多