Nodebook loads a javascript plugin to modify Jupyter's behavior. If you encounter this error, it means that the javascript plugin is loaded but the ipython plugin is not. This can happen when the javascript is already loaded but you have restarted the kernel and haven't run `%nodebook {mode} {name}`. The solution is either to run the `%nodebook` magic (if you want to run nodebook), or delete the cell with the `%nodebook` magic and refresh your browser to unload the javascript (if you want to turn nodebook off).
0 commit comments