【发布时间】:2020-10-03 02:31:03
【问题描述】:
我是 Anaconda 和 Python 的新手。我在 Anaconda 中设置了一个名为“gl-env”的虚拟环境。
- gl-env Python 版本已设置为 2.7
- pip 版本设置为 9.0.1
我正在做一个任务,要求它在这个环境中运行 Jupyter 笔记本。
(gl-env) C:\Users\SHIVAKUMAR>conda install ipython-notebook
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- ipython-notebook
Current channels:
- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/win-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/msys2/win-64
- https://repo.anaconda.com/pkgs/msys2/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page
我对 Anaconda 了解不多。接下来我可以尝试什么?
【问题讨论】:
-
该包在 conda 的包索引中称为
notebook。conda install notebook
标签: python-3.x python-2.7 anaconda graphlab anaconda3