laurenceputra / mongo_notebook_manager

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

Add iPython3 compatibility #5

Closed m3nu closed 10 years ago

m3nu commented 10 years ago

This includes @d1ffuz0r 's changes and also makes it compatible to the latest API changes in Python 3. Also adds new parameters for Mongo authentication, which is important when using the same DB for multiple users.

Maybe this should be merged as extra branch, since the old version is still useful for the currten iPython 2 release.

laurenceputra commented 10 years ago

I'll look through and test it over the weekend. Thanks!

m3nu commented 10 years ago

I found an issue with Notebook download. It's related to how file handlers are managed right now.

m3nu commented 10 years ago

Hi Laurence,

Already got a chance to look over this? I submitted a PR to ipython in order to fix the notebook download issue and properly integrate all kinds of ContentManagers. See the details here