Skip to content
New issue

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

Jupyter Lab #2

Open
zahachtah opened this issue Jul 30, 2018 · 3 comments
Open

Jupyter Lab #2

zahachtah opened this issue Jul 30, 2018 · 3 comments

Comments

@zahachtah
Copy link

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

@JobJob
Copy link
Owner

JobJob commented Jul 30, 2018

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.

@JobJob
Copy link
Owner

JobJob commented Jul 30, 2018

Happy to hear you're using this a lot btw!

@zahachtah
Copy link
Author

an update to jupyter lab seems to allow javascript again with some restrictions if you opt in using that extention:

jupyterlab/jupyterlab#4515

https://gist.github.com/gnestor/f1893e0226ced227e910f11b769adc06#file-javascript-extension-ipynb

haven't tried it yet but seems promising!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants