Teach jenn coding with python
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.

14 lines
259 B

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