@rgbkrk @freeman-lab It would be very interesting to use mybinder as a notebook server provider for other front-ends that require a Jupyter back ends.
One use case I am working on is deploying small applications that depend on Jupyter widgets. A quick working example using tmpnb with a couple of sliders is available here:
It makes use of tmpnb's rest api for spawning kernels... With mybinder, this would be even more interesting since I could make use of custom kernel-side dependencies...
My current experiments give me the following CORS error
XMLHttpRequest cannot load http://mybinder.org/api/deploy/jovyan-pythreejs. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.
Would you consider a PR enabling the configuration of CORS for a given binder?
@rgbkrk @freeman-lab It would be very interesting to use mybinder as a notebook server provider for other front-ends that require a Jupyter back ends.
One use case I am working on is deploying small applications that depend on Jupyter widgets. A quick working example using tmpnb with a couple of sliders is available here:
http://perso.crans.org/corlay/web5/
It makes use of tmpnb's rest api for spawning kernels... With mybinder, this would be even more interesting since I could make use of custom kernel-side dependencies...
My current experiments give me the following CORS error
Would you consider a PR enabling the configuration of CORS for a given binder?