juniper icon indicating copy to clipboard operation
juniper copied to clipboard

JavaScript output is disabled in JupyterLab

Open phurwicz opened this issue 2 years ago • 1 comments

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 avatar Nov 21 '21 04:11 phurwicz

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

phurwicz avatar Nov 21 '21 04:11 phurwicz