Both the Jupyter web app and the kernel will work ...
# plugins
j
Both the Jupyter web app and the kernel will work if the
sys.argv[0] = re.sub(r"(-script\.pyw?|\.exe)?$", "", sys.argv[0])
is removed. I am not sure why that is there.