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

Issues with jupyter 4.0 #2

Closed
garrison opened this issue Sep 12, 2015 · 1 comment
Closed

Issues with jupyter 4.0 #2

garrison opened this issue Sep 12, 2015 · 1 comment

Comments

@garrison
Copy link

It looks like the syntax for loading modules has changed again in jupyter 4.0:

$([IPython.events]).on("app_initialized.NotebookApp", function () {
    require(['base/js/utils'], function(utils) {
        utils.load_extensions('notify');
    });
});

After fixing this, the notebook and extension load correctly, but I still don't see the notification permissions in the toolbar. Actually, now everything seems to work once I change custom.js as mentioned above.

@sjpfenninger
Copy link
Owner

This is addressed by a much simpler way to load extensions as described in 6ad96d0.

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