I'm having the same problem. Mac OS 10.11 Julia 0.3.11 Jupyter 4.0.6
Python 2.7.10 Set verbose-debug=true and stderr-capture=false as suggested at https://github.com/JuliaLang/IJulia.jl Error dump follows: ########################## $ jupyter-notebook moj-notes.ipynb [I 21:37:21.750 NotebookApp] Serving notebooks from local directory: /Users/ubi/work/study/julia [I 21:37:21.750 NotebookApp] 0 active kernels [I 21:37:21.750 NotebookApp] The IPython Notebook is running at: http://localhost:8888/ [I 21:37:21.751 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). [I 21:37:24.244 NotebookApp] Kernel started: 8ed88591-0a25-4c1a-9d07-5ba953a4a853 ERROR: type: instantiate_type: expected TypeConstructor, got Function in anonymous at no file:236 in include at /usr/local/Cellar/julia/0.3.11/lib/julia/sys.dylib in include_from_node1 at /usr/local/Cellar/julia/0.3.11/lib/julia/sys.dylib in reload_path at loading.jl:152 in _require at loading.jl:67 in require at loading.jl:51 in include at /usr/local/Cellar/julia/0.3.11/lib/julia/sys.dylib in include_from_node1 at /usr/local/Cellar/julia/0.3.11/lib/julia/sys.dylib in include at /usr/local/Cellar/julia/0.3.11/lib/julia/sys.dylib in include_from_node1 at loading.jl:128 in process_options at /usr/local/Cellar/julia/0.3.11/lib/julia/sys.dylib in _start at /usr/local/Cellar/julia/0.3.11/lib/julia/sys.dylib while loading /Users/ubi/.julia/v0.3/ZMQ/src/ZMQ.jl, in expression starting on line 234 while loading /Users/ubi/.julia/v0.3/IJulia/src/IJulia.jl, in expression starting on line 13 while loading /Users/ubi/.julia/v0.3/IJulia/src/kernel.jl, in expression starting on line 4 [I 21:37:27.243 NotebookApp] KernelRestarter: restarting kernel (1/5) ########################## Any suggestions? On Thursday, October 1, 2015 at 11:23:55 AM UTC-7, Steven G. Johnson wrote: > > > > On Thursday, October 1, 2015 at 9:55:46 AM UTC-4, Shubham Bhushan wrote: >> >> I wish I could give you a more helpful message but quite literally, the >> Ipython notebook says Failed to restart kernel. >> >> × >> 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. >> >> this is the verbatim output >> >>> > Basic information would be your OS, your Julia version, your Jupyter > version, what Python distro you are using. More information could be > provided by reading the "debugging IJulia" instructions that I mentioned, > which may provide additional error output. >
