I have installed Jupyter Notebook through Conda. Been using it for a month
without any issues. Suddenly today Jupyter Kernel started crashing and it
is failing to restart. One point to note. This opens without any problems:
http://localhost:8888/tree but crashes start to happen as soon as I open
any notebook (.ipynb file). (http://dpaste.com/3G7YQS4)
(gpd) [arnuld@arch64 geo]$ jupyter-notebook
Traceback (most recent call last):
File "/mnt/sda5/.miniconda3/envs/gpd/lib/python3.7/runpy.py", line 193,
in _run_module_as_main
"__main__", mod_spec)
File "/mnt/sda5/.miniconda3/envs/gpd/lib/python3.7/runpy.py", line 85, in
_run_code
exec(code, run_globals)
File
"/mnt/sda5/.miniconda3/envs/gpd/lib/python3.7/site-packages/ipykernel_launcher.py",
line 15, in <module>
from ipykernel import kernelapp as app
File
"/mnt/sda5/.miniconda3/envs/gpd/lib/python3.7/site-packages/ipykernel/__init__.py",
line 2, in <module>
from .connect import *
File
"/mnt/sda5/.miniconda3/envs/gpd/lib/python3.7/site-packages/ipykernel/connect.py",
line 13, in <module>
from IPython.core.profiledir import ProfileDir
File
"/mnt/sda5/.miniconda3/envs/gpd/lib/python3.7/site-packages/IPython/__init__.py",
line 55, in <module>
from .terminal.embed import embed
File
"/mnt/sda5/.miniconda3/envs/gpd/lib/python3.7/site-packages/IPython/terminal/embed.py",
line 17, in <module>
from IPython.terminal.ipapp import load_default_config
File
"/mnt/sda5/.miniconda3/envs/gpd/lib/python3.7/site-packages/IPython/terminal/ipapp.py",
line 28, in <module>
from IPython.core.magics import (
File
"/mnt/sda5/.miniconda3/envs/gpd/lib/python3.7/site-packages/IPython/core/magics/__init__.py",
line 18, in <module>
from .code import CodeMagics, MacroToEdit
File
"/mnt/sda5/.miniconda3/envs/gpd/lib/python3.7/site-packages/IPython/core/magics/code.py",
line 23, in <module>
from urllib.request import urlopen
File "/mnt/sda5/.miniconda3/envs/gpd/lib/python3.7/urllib/request.py",
line 86, in <module>
import email
File "/mnt/sda5/knuth/geo/email.py", line 1, in <module>
import pandas as pd
File
"/mnt/sda5/.miniconda3/envs/gpd/lib/python3.7/site-packages/pandas/__init__.py",
line 23, in <module>
from pandas.compat.numpy import *
File
"/mnt/sda5/.miniconda3/envs/gpd/lib/python3.7/site-packages/pandas/compat/__init__.py",
line 63, in <module>
import http.client as httplib
File "/mnt/sda5/.miniconda3/envs/gpd/lib/python3.7/http/client.py", line
71, in <module>
import email.parser
ModuleNotFoundError: No module named 'email.parser'; 'email' is not a
package
[I 13:07:48.306 NotebookApp] KernelRestarter: restarting kernel (1/5), new
random ports
... SNIP .....
File "/mnt/sda5/.miniconda3/envs/gpd/lib/python3.7/http/client.py", line
71, in <module>
import email.parser
ModuleNotFoundError: No module named 'email.parser'; 'email' is not a
package
[W 13:08:00.373 NotebookApp] KernelRestarter: restart failed
[W 13:08:00.374 NotebookApp] Kernel 182b657e-54af-420d-bcdb-910da9391f37
died, removing from map.
[W 13:08:45.530 NotebookApp] Timeout waiting for kernel_info reply from
182b657e-54af-420d-bcdb-910da9391f37
[E 13:08:45.533 NotebookApp] Error opening stream: HTTP 404: Not Found
(Kernel does not exist: 182b657e-54af-420d-bcdb-910da9391f37)
--
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/ee5c071f-c6d6-448c-8684-8ca75f97f58f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.