您最多选择25个标签
标签必须以中文、字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- # gitignore template for Jupyter Notebooks
- # website: http://jupyter.org/
-
- .ipynb_checkpoints
- */.ipynb_checkpoints/*
-
- # IPython
- profile_default/
- ipython_config.py
-
- # Remove previous ipynb_checkpoints
- # git rm -r .ipynb_checkpoints/
|