i simply opened vi
/usr/local/lib/python3.5/site-packages/notebook/services/sessions/sessionmanager.py
and changed lines 10,11,12 as below:
try:
import sqlite3
except ImportError:
# fallback on pysqlite2 if Python was build without sqlite
# from pysqlite2 import dbapi2 as sqlite3
print("hi")
after that jupyter worked like a charm ;)
--
You received this message because you are subscribed to the Google Groups
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jupyter/4d9a877e-c9d8-40c7-a073-0573678a6639%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.