I am using jupyter notebook, ipython 3 on windows. Whenever i am starting my python 3, i get the "Kernel Dead" message

dharinir

Dead kernel The kernel has died, and the automatic restart has failed. It is possible the kernel cannot be restarted. If you are not able to restart the kernel, you will still be able to save the notebook, but running code will no longer work until the notebook is reopened.

the above message is shown in notebook dashboard after i start python3.

[I 23:07:08.365 NotebookApp] KernelRestarter: restarting kernel (4/5)
WARNING:root:kernel 9938cea3-6528-4a27-b4c3-ee906d748bfb restarted
Traceback (most recent call last):
  File "c:\users\dharini\appdata\local\programs\python\python35-32\lib\runpy.py"
, line 170, in _run_module_as_main
    "__main__", mod_spec)
  File "c:\users\dharini\appdata\local\programs\python\python35-32\lib\runpy.py"
, line 85, in _run_code
    exec(code, run_globals)
  File "c:\users\dharini\appdata\local\programs\python\python35-32\lib\site-pack
ages\ipykernel\__main__.py", line 3, in <module>
    app.launch_new_instance()
  File "c:\users\dharini\appdata\local\programs\python\python35-32\lib\site-pack
ages\traitlets\config\application.py", line 588, in launch_instance
    app.initialize(argv)
  File "<decorator-gen-123>", line 2, in initialize
  File "c:\users\dharini\appdata\local\programs\python\python35-32\lib\site-pack
ages\traitlets\config\application.py", line 74, in catch_config_error
    return method(app, *args, **kwargs)
  File "c:\users\dharini\appdata\local\programs\python\python35-32\lib\site-pack
ages\ipykernel\kernelapp.py", line 417, in initialize
    self.init_io()
  File "c:\users\dharini\appdata\local\programs\python\python35-32\lib\site-pack
ages\ipykernel\kernelapp.py", line 316, in init_io
    self.patch_io()
  File "c:\users\dharini\appdata\local\programs\python\python35-32\lib\site-pack
ages\ipykernel\kernelapp.py", line 326, in patch_io
    faulthandler_register = faulthandler.register
AttributeError: module 'faulthandler' has no attribute 'register'
[W 23:07:11.369 NotebookApp] KernelRestarter: restart failed
[W 23:07:11.369 NotebookApp] Kernel 9938cea3-6528-4a27-b4c3-ee906d748bfb died, r
emoving from map.
ERROR:root:kernel 9938cea3-6528-4a27-b4c3-ee906d748bfb restarted failed!
[W 23:07:11.390 NotebookApp] Kernel deleted before session
[W 23:07:11.392 NotebookApp] 410 DELETE /api/sessions/1cca4919-305f-4b4f-acdd-b2
a614fd2638 (::1) 3.00ms referer=http://localhost:8888/notebooks/Untitled.ipynb?k
ernel_name=python3

In command prompt i get the above shown message. What is the problem in the faulthandler module. How should I rectify it? I installed jupyter notebook by using "pip". I am new to python programming and also jupyter. please help me resolve this.

Thomas K

We accidentally made a release of the ipykernel package which doesn't work on Python 3.5 on Windows. Once we realised this, we made a new release (version 4.3.1) to fix it.

You can upgrade by running:

pip install --upgrade ipykernel

If you had installed ipykernel using conda, the command would be:

conda update ipykernel

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

In Amazon S3 am I charged whenever I perform a get_key or when I actually get its contents?

From Dev

I am using a monitor to my notebook, but have problems

From Dev

AS3 Why am I using get / getter the wrong way?

From Dev

Python 3: Why am I getting an AttributeError?

From Dev

iPython Notebook, Static Interact; What am I missing?

From Dev

I am having issues with my navigation menu. I am using Bootstrap 3, JQuery 2.3.1 , Jade , ExpressJS, and Node.js

From Dev

I am using Firebase in Chat Application when I send Message to my friend I am sending Push notification

From Dev

I am enable to get the success message..!

From Dev

How can I read what is in a database and checking if a certain string is in there? i am using python with sqlite3

From Dev

How can I open a Notebook with Ipython Notebook/ Jupyter without starting a kernel?

From Dev

I am trying to create a socket in python 3 but i get this error, even when i copy code stragte from the web

From Dev

I am having trouble starting my node app in Bluemix

From Dev

I am new to CSS. My background image is not loading. I am using external CSS, and my OS is windows

From Dev

I am Using Zxing LIbrary in my Application

From Dev

Bing map not loading smoothly , i am using bootstrap 3

From Dev

AS3 am i using array.slice() currently?

From Dev

Anaconda: Python 3 and 2 in IPython/Jupyter Notebook

From Dev

Using gcc, I am unable to get 3rd party library, Cairo, to link/compile

From Dev

When I am in the Python or IPython console, what is called when I am returned an output?

From Java

Why am I unable to parse JSON data with Python3?

From Dev

Python 3: What am I doing wrong here?

From Dev

Python3 - What am I doing wrong here?

From Dev

I am trying to underline a word in if statement python3

From Dev

Python3 - What am I doing wrong here?

From Dev

Using Python and Selenium I am unable to get to elements in overlaying model

From Dev

How to get python to recognise what window I am using?

From Dev

why i am getting runtime error whenever i put my API key in build.gradle?

From Dev

Am I allowing 3 guesses or 2?

From Dev

Am I allowing 3 guesses or 2?

Related Related

  1. 1

    In Amazon S3 am I charged whenever I perform a get_key or when I actually get its contents?

  2. 2

    I am using a monitor to my notebook, but have problems

  3. 3

    AS3 Why am I using get / getter the wrong way?

  4. 4

    Python 3: Why am I getting an AttributeError?

  5. 5

    iPython Notebook, Static Interact; What am I missing?

  6. 6

    I am having issues with my navigation menu. I am using Bootstrap 3, JQuery 2.3.1 , Jade , ExpressJS, and Node.js

  7. 7

    I am using Firebase in Chat Application when I send Message to my friend I am sending Push notification

  8. 8

    I am enable to get the success message..!

  9. 9

    How can I read what is in a database and checking if a certain string is in there? i am using python with sqlite3

  10. 10

    How can I open a Notebook with Ipython Notebook/ Jupyter without starting a kernel?

  11. 11

    I am trying to create a socket in python 3 but i get this error, even when i copy code stragte from the web

  12. 12

    I am having trouble starting my node app in Bluemix

  13. 13

    I am new to CSS. My background image is not loading. I am using external CSS, and my OS is windows

  14. 14

    I am Using Zxing LIbrary in my Application

  15. 15

    Bing map not loading smoothly , i am using bootstrap 3

  16. 16

    AS3 am i using array.slice() currently?

  17. 17

    Anaconda: Python 3 and 2 in IPython/Jupyter Notebook

  18. 18

    Using gcc, I am unable to get 3rd party library, Cairo, to link/compile

  19. 19

    When I am in the Python or IPython console, what is called when I am returned an output?

  20. 20

    Why am I unable to parse JSON data with Python3?

  21. 21

    Python 3: What am I doing wrong here?

  22. 22

    Python3 - What am I doing wrong here?

  23. 23

    I am trying to underline a word in if statement python3

  24. 24

    Python3 - What am I doing wrong here?

  25. 25

    Using Python and Selenium I am unable to get to elements in overlaying model

  26. 26

    How to get python to recognise what window I am using?

  27. 27

    why i am getting runtime error whenever i put my API key in build.gradle?

  28. 28

    Am I allowing 3 guesses or 2?

  29. 29

    Am I allowing 3 guesses or 2?

HotTag

Archive