jupyter notebook+数据分析环境

  1. jupyter notebook+数据分析环境_第1张图片
  2.  

jupyter notebook提示功能
第一步:在anaconda中的Anaconda Prompt的root(或者base)环境下依次运行以下命令,在其他环境下发现没有效果

命令1:

pip install jupyter_contrib_nbextensions

jupyter contrib nbextension install --user

命令2:

pip install --user jupyter_nbextensions_configurator

jupyter nbextensions_configurator enable --user
 

第二步:安装成功会在http://localhost:8888/tree中出现Nbextensions 

 

点击并勾选Hinteriand,即可开启代码提示功能

 jupyter notebook+数据分析环境_第2张图片

  • pip install seaborn
  • pip install matplotlib
  •  打开cmd输入 :      jupyter notebook
  • 复制到浏览器

jupyter notebook+数据分析环境_第3张图片

 

 

你可能感兴趣的:(python---numpy)