You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested on notebook server is 3.1.0-cbccb68, now there is something wrong with the code in custom.js;
Mainly on the js console I've got that ReferenceError: $ is not defined
When I typed IPython.load_extensions("toc"); in js console then the button appear.
require(["base/js/events"], function (events) {
$([IPython.events]).on("app_initialized.NotebookApp", function () {
/* load your extension here */
IPython.load_extensions("toc");
});
});
Hi,
I tried to install ToC extension but I am getting the error TypeError: IPython is undefined
toc.js:136:8.
IPython verson: 2.3.0
my custom.js file:
$([IPython.events]).on("app_initialized.NotebookApp", function () {
IPython.load_extensions("toc");
});
The text was updated successfully, but these errors were encountered: