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
At times, we manually edit the raw Jupyter notebooks (like #137 (comment)) and break the notebooks and they effectively become unusable.
Although the CI tests in place would potentially detect such cases, this is not ideal; we would like the CI tests to spend time in executing the cells, rather than exiting because the file cannot be parsed.
Adding a pre-commit hook that is able to ensure that the files can at least be parsed could be a solution for this.
The text was updated successfully, but these errors were encountered:
At times, we manually edit the raw Jupyter notebooks (like #137 (comment)) and break the notebooks and they effectively become unusable.
Although the CI tests in place would potentially detect such cases, this is not ideal; we would like the CI tests to spend time in executing the cells, rather than exiting because the file cannot be parsed.
Adding a pre-commit hook that is able to ensure that the files can at least be parsed could be a solution for this.
The text was updated successfully, but these errors were encountered: