240 发简信
IP属地:乔治亚
  • conda env control

    https://blog.csdn.net/u014628771/article/details/80066624 conda 更新库 conda update conda

  • conda TUNA source

    conda config --addchannels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ con...

  • jupyter notebook --change --delete kernel

    conda install ipykernel python -m ipykernel install --user --name py3.7 --display-name ...