選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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/