You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_default_db() may fail with OperationalError: unable to open database file.
This is related with the permissions of the mounted volume.
The simplest solution is to execute chmod 777 ./notebooks
Possible issues:
get_default_db()may fail withOperationalError: unable to open database file.This is related with the permissions of the mounted volume.
The simplest solution is to execute
chmod 777 ./notebooks