Hi,
I think that the reason why yo do not get your event trigerd is that
you haven't told `require` that IPython.events needs to be defined
before you are called. You need to use something along the lines of
teh following
define(['base/js/namespace'], function(IPython){
// your code, will be run only once base/js/namespace is loaded and
with IPython == value return by base/js/namespace executed.
// ...
})
It's far from being easy to understand how these things work, but that
should put you on the right track.
--
M
> --
> 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
jupyter+u...@googlegroups.com.
> To post to this group, send email to
jup...@googlegroups.com.
> To view this discussion on the web visit
>
https://groups.google.com/d/msgid/jupyter/44d801c6-02fe-48c9-8175-a02eb3dd669f%40googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.