-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Description
Environment A
Jupyter Lab 3.2.5
jupyterlab-vpthon 3.0.7(development version from https://github.com/jcoady/jupyterlab_vpython)
Environment B
Jupyter Lab 3.2.5
jupyterlab-vpython 3.1.1(installed via pip install jupyterlab-vpython
)
Steps to Reproduce
In env A and B, executing following two cell raises "Javascript Error"
from vpython import *
box()
print("Hello, VPython!")
Additionally, exceptions are silently ignored and raise the "Javascript Error"
Expected Behavior
texts and exceptions are expected to be printed like this :
My Investigation
Even if I restart the kernel, the bug still exists. I guess something break my brower's javascript runtime. I must reload the brower tab to fix this.
glow.min.js
is supected of causing this bug. Because right after import 'script-loader!../vpython_libraries/glow.min.js';
executed, the bug was occured.
Metadata
Metadata
Assignees
Labels
No labels