Jupyter Notebooks
Predrag Punosevac
predragp at andrew.cmu.edu
Tue Nov 6 15:14:27 EST 2018
Matthew Barnes <mbarnes1 at andrew.cmu.edu> wrote:
> Also having this problem. Trying to create a new notebook hangs on
> "Creating new notebook in", and unable to open old notebooks. Anyone's
> setup currently working?
>
Jupyter Notebook is using sqlite database to store the info. Unless you
explicitly force Jupyter to create the database on the scratch directory
the database is stored on the NFS share. There is nothing worse one can
do in terms of data consistency than put a database or a private Git
repo (talking about the server) onto the NFS. The datebase was left in
inconsistent state after the file server was rebooted. You have to clear
it and possibly recreate the database to be able to use Jupyter
Notebook.
Best,
Predrag
> On Tue, Nov 6, 2018 at 12:44 PM Vincent Jeanselme <vjeansel at andrew.cmu.edu>
> wrote:
>
> > Hello,
> >
> > Has anyone faced problems with running Jupyter Notebook since yesterday ?
> > Did you remember what was the change to operate after the last reboot of
> > the sqlite database ?
> >
> > Thank you,
> >
> > Vincent
> >
> > --
> > Vincent Jeanselme
> > -----------------
> > Analyst Researcher
> > Auton Lab - Robotics Institute
> > Carnegie Mellon University
> >
> >
More information about the Autonlab-users
mailing list