I've been working through the tutorial, and everything has been fine up to Adaptive RL Sampling/Adaptive Sampling.ipynb in the interactive sandbox.
When I try any of the agents, they all fail with the same AttributeError: 'BadSeedRecommender' object has no attribute 'ingest_many' error.
When I have a look at the bluesky-adaptive documentation I see a warning at the top saying "This is package is currently under rapid development, and the API may changing rapidly prior to a major release. A noteable API change was moving from a tell/ask interface to an ingest/suggest interface.", so I wonder if mybinder has dropped behind on some dependency.
This problem should be easy to reproduce, but please ask say if there's anything I can do to explain what I'm seeing better.
I've been working through the tutorial, and everything has been fine up to
Adaptive RL Sampling/Adaptive Sampling.ipynbin the interactive sandbox.When I try any of the agents, they all fail with the same
AttributeError: 'BadSeedRecommender' object has no attribute 'ingest_many'error.When I have a look at the bluesky-adaptive documentation I see a warning at the top saying "This is package is currently under rapid development, and the API may changing rapidly prior to a major release. A noteable API change was moving from a tell/ask interface to an ingest/suggest interface.", so I wonder if mybinder has dropped behind on some dependency.
This problem should be easy to reproduce, but please ask say if there's anything I can do to explain what I'm seeing better.