Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error loading IPython Jupyter notebook:

I have an error while loading IPython Jupyter notebook. Also errors occur on the shell. Is there anyone who could help me for solving these errors?


Errors which occur on the shell:

Unhandled error in API request
DatabaseError: database disk image is malformed

Error loading Jupyter notebook:

An unknown error occurred while loading this notebook. 
This version can load notebook formats v4 or earlier. See the server log for details.
like image 571
serenade Avatar asked Feb 10 '16 21:02

serenade


1 Answers

There seems to be a problem with your history database. Find your history.sqlite. It should be here:

~/.ipython/profile_default/history.sqlite

Rename or remove it and try to start the notebook server again.

like image 81
Mike Müller Avatar answered Sep 19 '22 09:09

Mike Müller