jupyter / notebook

Jupyter Interactive Notebook
https://jupyter-notebook.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
11.65k stars 4.91k forks source link

Not Able to open Jupyter notebook from anywhere (cmd promt or anaconda) #4398

Open Mysh-S opened 5 years ago

Mysh-S commented 5 years ago

Traceback (most recent call last): File "C:\Users\IBM_ADMIN\Anaconda2\Scripts\jupyter-notebook-script.py", line 6, in from notebook.notebookapp import main File "C:\Users\IBM_ADMIN\Anaconda2\lib\site-packages\notebook\notebookapp.py", line 86, in from .services.sessions.sessionmanager import SessionManager File "C:\Users\IBM_ADMIN\Anaconda2\lib\site-packages\notebook\services\sessions\sessionmanager.py", line 13, in from pysqlite2 import dbapi2 as sqlite3 ImportError: No module named pysqlite2

agoose77 commented 5 years ago

I'm not an expert on Anaconda issues, but I don't think that this is a Jupyter Notebook issue - it looks like a problem with your Python installation.

Which version of Anaconda & Python are you using? How did you install it?

It might be worth trying conda install -c anaconda sqlite, but I think it might be better to re-install your anaconda environment.