We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On JuliaBox, WebIO tries to load the webcomponents module from:
https://juliabox.com/pkg/WebIO/webio/dist/webcomponents-lite.min.js
but instead, it needs to be:
https://juliabox.com/notebook/pkg/WebIO/webio/dist/webcomponents-lite.min.js
It's probably just another absolute vs. relative path thing. I'll see if I can fix it.
The text was updated successfully, but these errors were encountered:
Ah, I see. This only happens inside an iframe when trying to load webio.
Sorry, something went wrong.
At least two things need to be done to fix this:
/pkg/.../bundle.js
pkg/.../bundle.js
iframe.jl
<base href
ijulia_setup.jl
Successfully merging a pull request may close this issue.
On JuliaBox, WebIO tries to load the webcomponents module from:
https://juliabox.com/pkg/WebIO/webio/dist/webcomponents-lite.min.js
but instead, it needs to be:
https://juliabox.com/notebook/pkg/WebIO/webio/dist/webcomponents-lite.min.js
It's probably just another absolute vs. relative path thing. I'll see if I can fix it.
The text was updated successfully, but these errors were encountered: