Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesnot output in jupyter #4

Open
jaromrax opened this issue Oct 7, 2016 · 7 comments
Open

Doesnot output in jupyter #4

jaromrax opened this issue Oct 7, 2016 · 7 comments

Comments

@jaromrax
Copy link

jaromrax commented Oct 7, 2016

Hello, maybe I am too new to python. It doesnot do anything in jupyter. When I run the example with

from turtle import Turtle

from my python3 installation, it is ok. If I use the same in Jupyter ... TclError: no display name and no $DISPLAY environment variable

With from mobilechelonian import Turtle it is just silent. On print(t) it says
<mobilechelonian.Turtle object at 0x7fa0dc3eaf60>, so something happens. Some %inline directive is missing maybe? Thank you.

@takluyver
Copy link
Owner

from turtle imports are not expected to work in the notebook; that's why mobilechelonian exists.

It was just updated last month to work with Jupyter, so check that you have version 0.3. It should show up when you instantiate t = Turtle(). If it doesn't, are there any error messages in the terminal where you started the notebook or in the browser's Javascript console?

@jaromrax
Copy link
Author

jaromrax commented Oct 7, 2016

Thank you very much for online support ...
The version of the notebook server is 4.2.1 and is running on: Python 3.5.2 |Anaconda custom (64-bit)| (default, Jul 2 2016, 17:53:06) [GCC 4.4.7 20120313 (Red Hat 4.4.7-1)]

In the console - I restart kernel and ...
[I 13:27:06.702 NotebookApp] Kernel restarted: 86a075a5-e188-4852-9d5e-0b4cb890bdfa
nothing after. However, the object is created.

PS. i have 0.3 .... anaconda3/lib/python3.5/site-packages/mobilechelonian-0.3.dist-info/

@takluyver
Copy link
Owner

How about the browser's JS console? In Firefox, Ctrl-Shift-K brings that up.

@jaromrax
Copy link
Author

jaromrax commented Oct 8, 2016

I try to put here everything, though it may be too long:

Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead[Learn More]main.min.js:84
Use of getPreventDefault() is deprecated.  Use defaultPrevented instead.main.min.js:88:12747
Default extension for cell metadata editing loaded.main.min.js:24135:9
Raw Cell Format toolbar preset loaded.main.min.js:24221:5
Slideshow extension for metadata editing loaded.main.min.js:24269:9
Use of Mutation Events is deprecated. Use MutationObserver instead.main.min.js:88:7259
actions jupyter-notebook:find-and-replace does not exist, still binding it in case it will be defined later...main.min.js:29057:17
load_extensions Arguments { , 7 more… }main.min.js:12154:9
Loading extension: nbextensions_configurator/config_menu/mainmain.min.js:12131:21
Loading extension: nbpresent/js/nbpresent.minmain.min.js:12131:21
Loading extension: nb_anacondacloud/mainmain.min.js:12131:21
Session: kernel_created (d13bc065-fae9-490d-8e7c-65fa6cef2b86)main.min.js:23423:13
Starting WebSockets: ws://localhost:8888/api/kernels/542d1acc-7dad-460b-9cef-73bd75e652bfmain.min.js:22709:9
Loading extension: nb_conda/mainmain.min.js:12131:21
Loading extension: widgets/notebook/js/extensionmain.min.js:12131:21
loaded widgetsextension.js:81:9
Kernel: kernel_connected (542d1acc-7dad-460b-9cef-73bd75e652bf)main.min.js:22356:13
Kernel: kernel_ready (542d1acc-7dad-460b-9cef-73bd75e652bf)main.min.js:22356:13
Couldn't create a view for model id '74ace093e357465b840a1efc889ed075'  --  Error: Script error for "jupyter-js-widgets"
http://requirejs.org/docs/errors.html#scripterror
Stack trace:
makeError@http://localhost:8888/static/components/requirejs/require.js?v=6da8be361b9ee26c5e721e76c6d4afce:165:17
newContext/context.onScriptError@http://localhost:8888/static/components/requirejs/require.js?v=6da8be361b9ee26c5e721e76c6d4afce:1732:36
main.min.js:12880:17

Could not create view  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't create a view for model id…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't create a view for model id…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Could not display model  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Could not create view", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't process update msg for model id '74ace093e357465b840a1efc889ed075'  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't resolve state request prom…", error_stack: Array[126], stack: "" }main.min.js:12880:17

Couldn't resolve state request promise  --  Object { fileName: "http://localhost:8888/static/notebo…", lineNumber: 12799, columnNumber: 19, message: "Couldn't process update msg for mod…", error_stack: Array[126], stack: "" }

@takluyver
Copy link
Owner

I suspect that this is the important bit:

Couldn't create a view for model id '74ace093e357465b840a1efc889ed075'  --  Error: Script error for "jupyter-js-widgets"
http://requirejs.org/docs/errors.html#scripterror

Maybe you need to run jupyter nbextension enable --py widgetsnbextension . @SylvainCorlay, does that sound plausible?

@jaromrax
Copy link
Author

jaromrax commented Oct 9, 2016

Sorry for my ignorance ... i am too new to this jupyter stuff:

jupyter nbextension enable --py widgetsnbextension
Unrecognized JSON config file version, assuming version 1
Unrecognized JSON config file version, assuming version 1
Traceback (most recent call last):
....
ImportError: No module named 'widgetsnbextension'

If I (blindly) tried:

 jupyter notebook nbextension enable --py widgetsnbextension
[E 12:15:56.038 NotebookApp] Support for specifying --pylab on the command line has been removed.
[E 12:15:56.038 NotebookApp] Please use `%pylab widgetsnbextension` or `%matplotlib widgetsnbextension` in the notebook itself.

Unfortunatelly, I ended with "Kernel doesnot exist" and I cannot do anything anymore. I tried
jupyter nbextension disable and my jupyter got kernel back, however I worry playing with it now.

Neither %pylab widgetsnbextension or %matplotlib widgetsnbextension worked.

@takluyver
Copy link
Owner

It sounds like there's a problem with your widgets installation. Hopefully @SylvainCorlay can help you more with that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants