Anaconda使用コマンドセット(仮想環境の作成、jupyterの使用)

671 ワード

anaconda search -t conda package  #    package       
anaconda show package  #  package            
conda install channel address  #  package  
conda list  #           
activate "      "
pip install ipykernel
python -m ipykernel install --user --name      --display-name "    " #       jupyter  kernel
jupyter kernelspec remove      #  jupyter   
conda config --add channels 'https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/' #conda  
conda config --set show_channel_urls yes 
conda install scikit-learn #  sklearn   
conda env list #conda      

コードの五六七番目の動作conda仮想環境にjupyterをインストールするコマンドは、要求された手順に従って実行すればよい.