https://github.com/sierkinhane/notes
notes
https://github.com/sierkinhane/notes
Last synced: 9 months ago
JSON representation
notes
- Host: GitHub
- URL: https://github.com/sierkinhane/notes
- Owner: Sierkinhane
- Created: 2019-11-03T11:20:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T10:39:26.000Z (almost 6 years ago)
- Last Synced: 2025-02-10T14:51:39.370Z (11 months ago)
- Language: Jupyter Notebook
- Size: 47.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;