You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

JupyterNotebooks 234B

123456789101112
  1. # gitignore template for Jupyter Notebooks
  2. # website: http://jupyter.org/
  3. .ipynb_checkpoints
  4. */.ipynb_checkpoints/*
  5. # IPython
  6. profile_default/
  7. ipython_config.py
  8. # Remove previous ipynb_checkpoints
  9. # git rm -r .ipynb_checkpoints/