You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to try to avoid inadvertently committing and merging the output or result of the execution of the jupyter notebooks, we should incorporate a pre-commit hook that clears the output cells using for example the following command:
In order to try to avoid inadvertently committing and merging the output or result of the execution of the jupyter notebooks, we should incorporate a pre-commit hook that clears the output cells using for example the following command:
The above requires installing the
nbconvert
package. Other solutions that do not require any additional package might exist.Cross-referencing for example #109.
The text was updated successfully, but these errors were encountered: