<div dir="ltr">i just pulled the latest ipython master from github, and i'm having difficulties with custom.js in the profile_.../static/custom/ directory. i hadn't updated for a few weeks, so it seems there have been some syntax changes during this time. my previous version of custom.js began with the line:<div>
<br></div><div>$([IPython.events]).on("app_initialized.NotebookApp", function () { </div><div><br></div><div>according to the browser console, this raises: "Uncaught ReferenceError: $ is not defined"</div>
<div><br></div><div>i see there's a new syntax listed in the example custom.js, which suggests i should change this to:</div><div><br></div><div>IPython.events.on("app_initialized.NotebookApp", function () {</div>
<div><br></div><div>but according to the browser console, this raises: "Uncaught ReferenceError: IPython is not defined"</div><div><br></div><div>any ideas? also should i expect all my extensions to require reworking for other syntax changes?</div>
<div><br></div><div>neil</div><div>(apologies for any response delays... will be away for a few days this week)</div><div><br></div><div><br></div></div>