nyaplot icon indicating copy to clipboard operation
nyaplot copied to clipboard

Mapnya not working in v0.1.6

Open v0dro opened this issue 9 years ago • 3 comments

I ran this notebook: http://nbviewer.jupyter.org/github/domitry/nyaplot/blob/master/examples/notebook/Mapnya.ipynb

And the error turns up as this:

Javascript error adding output!
TypeError: Cannot read property 'pane' of undefined
See your browser Javascript console for more details.

What's the problem? Nothing seems to be working properly.

v0dro avatar Jun 03 '16 13:06 v0dro

Javascript error adding output! TypeError: Cannot read property 'pane' of undefined See your browser Javascript console for more details.

I'm in same situation.with...

  • ipython-4.2.0 + IRuby 0.2.9/ Ruby 2.2.3 + nyaplot (0.1.6) + Mapnya.ipynb

Every plot.show method results in this error.

In javascript console,

require.js?v=6da8be3…:165 Uncaught Error: Mismatched anonymous define() module: [object Object] http://requirejs.org/docs/errors.html#mismatchmakeError @ require.js?v=6da8be3…:165intakeDefines @ require.js?v=6da8be3…:1255localRequire @ require.js?v=6da8be3…:1439requirejs @ require.js?v=6da8be3…:1791script.(anonymous function).(anonymous function).onload.script.(anonymous function).(anonymous function).onreadystatechange @ VM2852:21 2nyaplot.js:5250 Uncaught TypeError: Cannot read property 'pane' of undefined(anonymous function) @ nyaplot.js:5250_.each._.forEach @ nyaplot.js:509parse_model @ nyaplot.js:5244parse @ nyaplot.js:5236render @ VM2853:5script.(anonymous function).(anonymous function).onload.script.(anonymous function).(anonymous function).onreadystatechange @ VM2851:24 VM2851:25 Finished loading Nyaplotjs outputarea.js:415 TypeError: Cannot read property 'pane' of undefined(…) outputarea.js:415 TypeError: Cannot read property 'pane' of undefined(…)

any idea?

hogetaro avatar Jun 04 '16 08:06 hogetaro

I am facing the same issue. ipython-5.7.0 iruby-0.3 ruby-2.3.3 nyaplot-0.1.6 On any mapnya ipynb no 'plot.show' works. The output is: Javascript error adding output! TypeError: Cannot read property 'pane' of undefined See your browser Javascript console for more details.

Also running the maps.rb example outputs empty pages with javascript console reporting: mismatched anonymous define() module

HeisenbergK avatar Jun 19 '18 14:06 HeisenbergK

Repo has been moved here https://github.com/sciruby/nyaplot

On Tue, Jun 19, 2018, 8:15 PM John Andrew Kypriotakis < [email protected]> wrote:

I am facing the same issue. ipython-5.7.0 iruby-0.3 ruby-2.3.3 nyaplot-0.1.6 On any mapnya ipynb no plot.show works. The output is: Javascript error adding output! TypeError: ext is undefined See your browser Javascript console for more details.

Also running the maps.rb example outputs empty pages with javascript console reporting: mismatched anonymous define() module

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/domitry/nyaplot/issues/76#issuecomment-398425371, or mute the thread https://github.com/notifications/unsubscribe-auth/AHUmVMVLjvh03jx_wK2YE8_gaiAYddWIks5t-Q52gaJpZM4Itg6n .

lokeshh avatar Jun 20 '18 13:06 lokeshh