python常用IDE介绍

  • vim
  • ipython
  • jupter notebook
  • pycharm

1 vim

2 ipython

  • ipython常用命令

    QA:如何保存代码?
    %hist -f filename.py

3 jupter notebook

  • 第一步,安装:pip install jupter

  • 第二步:远程登录配置
    启动命令jupyter notebook
    配置 .bashrc:export PATH="/home/usrname/anaconda3/bin:$PATH"

  • jupter常用命令


<<< 未完待续

你可能感兴趣的:(python,IDE,python)