-
Notifications
You must be signed in to change notification settings - Fork 0
External Memory
Rasmus edited this page Feb 8, 2019
·
1 revision
I put this here just so I can find it later …
- Clone the repository.
-
cd
into the repository. - 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).
- Create a new Jupyter Notebook.
- Hit
Edit -> Edit Notebook Metadata
. - 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.