IPython/Jupyter Installing Extensions
I'm having troubles installing extensions in IPython. The problem is that i can't get the extensions load automatically, i have followed the instructions in the github page but it just doesn't work. According the the homepage i need to modify the custom.js file by adding some lines. I want to install the codefolding, hide_input_all and runtools extensions. This is how my custom.js file looks: // activate extensions only after Notebook is initialized require(["base/js/events"], function (events) { $([IPython.events]).on("app_initialized.NotebookApp", function () { /* load your extension here */