Skip to content

Sierkinhane/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycharm activation code: https://gist.github.com/gopalindians/45d9c6f808b2e7f211917da4379459b6

pip 国内源:

阿里云 http://mirrors.aliyun.com/pypi/simple/  
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/  
豆瓣(douban) http://pypi.douban.com/simple/  
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/  
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/ 

sublime配置build system

{
"cmd": ["python", "-u", "$file"],
"path":" D:/app_install/anaconda ",
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
}

jupyter notebook添加目录:

1. pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install --user
2. 勾选 table of content

Anaconda环境变量:

D:\Anaconda;
D:\Anaconda\Scripts;
D:\Anaconda\Library\bin;

About

notes

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published