leoscholl
leoscholl
I'm having issues similar to #5098 #4825 and #6794 which are all unresolved. - Jupyter version 6.5.4 - OS: ubuntu 20.04 When i first run cells in a new notebook,...
these changes allow a Forecast object to be pickled properly, and fix a problem where alerts weren't being updated properly
when a call to Forecast update() is made, the alerts don't seem to get updated in ```init``` you have ``` self._alerts = [] for alertJSON in self.json.get('alerts', []): self._alerts.append(Alert(alertJSON)) ```...