-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
The following bug seems to be present when using Jupyter Lab notebooks:
Writing
using Polymake;
p2 = @pm polytope.Polytope{}(POINTS=[1 -1 -1; 1 1 -1; 1 -1 1; 1 1 1; 1 0 0], INPUT_LINEALITY=[0 1 0])
visual(p2)
results in Uncaught ReferenceError: requirejs is not defined
in the web console.
Similar issues in other packages, reported elsewhere:
- https://discourse.jupyter.org/t/requirejs-bug-in-jupyterlab/5518/3
- https://root-forum.cern.ch/t/jsroot-requirejs-issue-in-jupyterlab/40900
Version information:
JupyterLab Version 3.0.5
Julia 1.5.3
Polymake.jl 0.5.5
Polymake.version()
-> v"4.3.0"
Workaround:
ThreeJS works in a classic notebook. Open your notebook as a classic notebook in Jupyter Lab via Help -> Launch Classic Notebook
.
Metadata
Metadata
Assignees
Labels
No labels