Removing the %erp5_url magic
In Jupyter notebooks users could enter the url of their Base_executeJupyter
function, but it now gets filled in automatically. This makes the %erp5_url
magic redundant which is why we can remove it. This commit also removes all mentions of %erp5_url
in the kernel output and custom.js
.