laurenceputra / mongo_notebook_manager

IPython Notebook Manager in MongoDB
GNU General Public License v3.0
4 stars 5 forks source link

Sorting and limiting number of checkpoints #8

Closed m3nu closed 8 years ago

m3nu commented 10 years ago

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?

screen shot 2014-10-17 at 12 04 18