Skip to content

Instantly share code, notes, and snippets.

@gvvynplaine
Last active January 25, 2022 19:58
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gvvynplaine/e748dbcc787cae81ff2e6b88a4a9fa9e to your computer and use it in GitHub Desktop.
Save gvvynplaine/e748dbcc787cae81ff2e6b88a4a9fa9e to your computer and use it in GitHub Desktop.
jupyter notebook gitignore
# 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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment