我对Anaconda和Python很陌生。我在Anaconda中建立了一个名为“gl”的虚拟环境。
我正在做一项作业,要求它在这个环境下运行木星笔记本。
(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不太了解。接下来我能试试什么?
发布于 2020-06-14 14:14:38
(gl-env) C:\Users\SHIVAKUMAR>conda install jupyter notebookhttps://stackoverflow.com/questions/62358403
复制相似问题