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");
});