ipython sqlite errors

Chirag Nagpal chiragn at cs.cmu.edu
Tue Sep 26 19:48:33 EDT 2017


So today ipython notebook randomly stopped working for me on the nodes.

After a bit of troubleshooting, I discovered that ipython/jupyter uses
sqlite for storing notebook histories and sqlite over the NFS is not very
efficient, especially if your trying concurrent access to a single notebook
from multiple nodes.

Incase you are facing such issues a quick workaround is

$rm -rf ~/.local/share/jupyter/

or removing the file nbsignatures.db from wherever it is on your home.

I thought ill post this in public interest.



-- 

*Chirag Nagpal* Graduate Student, Language Technologies Institute
School of Computer Science
Carnegie Mellon University
cs.cmu.edu/~chiragn <http://cs.cmu.edu/%7Echiragn>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.srv.cs.cmu.edu/pipermail/autonlab-users/attachments/20170926/00241e13/attachment.html>


More information about the Autonlab-users mailing list