They merged the PR, so this plugin is now fully functional with the master-version.
There is just an issue left when one has a big number of checkpoints. There is no scrolling and currently the oldest is shown first. No way to access the checkpoint from 20 min ago.
A quick fix would be to return them in DESC order from Mongo, but then I still can't access the oldest checkpoint.
Another option is to add scrolling to iPython. Not sure if their UI lib can support that.
They merged the PR, so this plugin is now fully functional with the master-version.
There is just an issue left when one has a big number of checkpoints. There is no scrolling and currently the oldest is shown first. No way to access the checkpoint from 20 min ago.
A quick fix would be to return them in DESC order from Mongo, but then I still can't access the oldest checkpoint.
Another option is to add scrolling to iPython. Not sure if their UI lib can support that.
What do you think?