Python anytree 应用程序挑战我的 jupyter notebook
Python anytree application challenges with my jupyter notebook
我正在 python 3.7.0 通过 Anaconda Navigator 1.9.2 运行 中的 5.6.0 jupyter notebook 在 windows 7 环境中工作。看来我假设了很多开销,并且从 jupyter notebook 中,python 没有看到我安装的 anytree 应用程序模块。 (Anytree 在我的命令提示符下与 python 一起工作正常。)
我将不胜感激 1) IDE 建议或 2) 关于如何使我的 Anaconda 安装更好地集成的建议。
我的 python IDE 环境的核心问题是我无法使用 anytree 模块中的功能。 anytree 函数在命令提示符 python 下运行良好,但我只看到来自任何 Anaconda IDE 门户的错误消息。
解决方法:
1) 从 windows 开始菜单,我打开了 Anaconda Navigator,"run as administrator."
2) Select 环境。我的应用程序只有单一环境“base”,
3.) 打开选择“终端”,然后在该环境中有一个命令终端window。
4.) 执行 [ conda install -c techtron anytree ] anytree 模块功能现在可用。
5.) 执行 [ conda update –n base –all ] 所有模块更新为最新。
我正在 python 3.7.0 通过 Anaconda Navigator 1.9.2 运行 中的 5.6.0 jupyter notebook 在 windows 7 环境中工作。看来我假设了很多开销,并且从 jupyter notebook 中,python 没有看到我安装的 anytree 应用程序模块。 (Anytree 在我的命令提示符下与 python 一起工作正常。)
我将不胜感激 1) IDE 建议或 2) 关于如何使我的 Anaconda 安装更好地集成的建议。
我的 python IDE 环境的核心问题是我无法使用 anytree 模块中的功能。 anytree 函数在命令提示符 python 下运行良好,但我只看到来自任何 Anaconda IDE 门户的错误消息。
解决方法: 1) 从 windows 开始菜单,我打开了 Anaconda Navigator,"run as administrator." 2) Select 环境。我的应用程序只有单一环境“base”, 3.) 打开选择“终端”,然后在该环境中有一个命令终端window。 4.) 执行 [ conda install -c techtron anytree ] anytree 模块功能现在可用。 5.) 执行 [ conda update –n base –all ] 所有模块更新为最新。