An open API service indexing awesome lists of open source software.

https://github.com/sierkinhane/notes

notes
https://github.com/sierkinhane/notes

Last synced: 9 months ago
JSON representation

notes

Awesome Lists containing this project

README

          

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;