ines / juniper

🍇 Edit and execute code snippets in the browser using Jupyter kernels
https://ines.github.io/juniper/
MIT License
224 stars 38 forks source link

JavaScript output is disabled in JupyterLab #11

Open phurwicz opened 2 years ago

phurwicz commented 2 years ago

JavaScript output work in Binder notebooks but become disabled in Juniper.

I would really like to see a fix or get some hints toward it. 🙏 Thanks in advance!

For example, the following code block

from IPython.display import Javascript

Javascript('console.log("hello world");')

works in Binder but not in the Juniper demo that uses the same repo ines/spacy-io-binder.

phurwicz commented 2 years ago

Seems similar to thebelab's issue https://github.com/executablebooks/thebe/issues/112.