
jupyter
Wanhe.Qin
这个作者很懒,什么都没留下…
展开
-
pygame报错:PackagesNotFoundError: The following packages are not available from current channels
conda install pygame时报错,按网上办法,更新conda、anaconda,pip install,conda install -c conda-forge pygame 均行不通。$ conda install pygameCollecting package metadata (current_repodata.json): doneSolving environmen...原创 2020-05-02 15:40:11 · 1279 阅读 · 0 评论 -
各版本python环境管理
1 创建环境# apple @ qinwanhe in ~ [13:46:26]$ conda create -n python3.5_env 【或者指定python版本 conda create -n snakes python=3.7】Collecting package metadata (current_repodata.json): doneSolving environme...原创 2020-05-02 15:10:44 · 333 阅读 · 0 评论 -
python安装&启动路径梳理
一 解释器路径1 系统自带python解释器路径#app @ user1 in /System/Library/Frameworks/Python.framework/Versions [23:02:58] C:1$ pwd/System/Library/Frameworks/Python.framework/Versions#app @ user1 in /System/Librar...原创 2020-05-02 00:07:25 · 593 阅读 · 0 评论 -
jupyter notebook 代码自动补全解决
首次操作报错:1.安装nbextensions》pip install --user jupyter_contrib_nbextensions -i https://pypi.mirrors.ustc.edu.cn/simple》jupyter contrib nbextension install --user此步骤报错:jupyter contrib nbextension in...原创 2020-04-12 13:14:34 · 1920 阅读 · 0 评论 -
conda update/install报错:The environment is inconsistent, please check the package plan carefully
背景:conda update conda,conda install anacondat 均报错报错:WARNING conda.base.context:use_only_tar_bz2(632): Conda is constrained to only using theold .tar.bz2 file format because you have conda-build ins...原创 2020-04-11 20:21:12 · 3583 阅读 · 0 评论