You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use D#Magic quite a bit. I am starting to switch to Jupyter Lab now and there is some issue with this as there is no output. The error seems to indicate some "Cross origin requests are only supported for HTTP", but not sure whats going on under the hud
The text was updated successfully, but these errors were encountered:
Yeah Jupyterlab doesn't allow execution of arbitrary Javascript.
I think we'd need to build on WebIO.jl's support for js in jupyterlab, this might mean we need to change the syntax (to not use literal html), but maybe there's a way around that.
Hi!
I use D#Magic quite a bit. I am starting to switch to Jupyter Lab now and there is some issue with this as there is no output. The error seems to indicate some "Cross origin requests are only supported for HTTP", but not sure whats going on under the hud
The text was updated successfully, but these errors were encountered: