Benjamin Manns
Benjamin Manns
This adds a -b/--only-in-background option that will only notify if the Jupyter notebook is in the background. This allows you to use something like `%autonotify -b -a 5`, which will...
numpy >= 1.20 is required after #1040 added an import for numpy.typing, which was added in 1.20.
We ran into an issue with our groups not showing any data sources. I traced it to our `GET /api/groups/{id}/data_sources` call returning a 500. Sentry records an error (really helpful,...