On 25 September 2016 at 03:37, niko Shia <[email protected]> wrote:

> 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 ;)
>

I'm puzzled if that change appeared to fix anything, because it should
either make no difference (if sqlite3 is available), or leave Jupyter
unable to start kernels.

-- 
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/CAOvn4qgys9EtNWgM%2B4SmFdD3NioxNm-KTxDwVTE05ULmB58BbA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to