Skip to content

External Memory

Rasmus edited this page Feb 8, 2019 · 1 revision

I put this here just so I can find it later …

Working with the repository/notebooks

  1. Clone the repository.
  2. cd into the repository.
  3. Tell git where to find the configuration information for the iPython Notebooks with this command: git config --add include.path $(pwd)/.gitconfig (The path needs to point to your root git repository where the .gitconfig is stored).

Adding a new notebook

  1. Create a new Jupyter Notebook.
  2. Hit Edit -> Edit Notebook Metadata.
  3. Add "git": { "suppress_outputs": true }, as a top level element to the json metadata. This will be a notification to the git filter that we want to strip the metadata.
Clone this wiki locally