JavaScript output disabled
See original GitHub issueDescription
Looks like JavaScript output is disabled in the app. I don’t remember if there is a setting to change this. I think the default state of the app should match JupyterLab (enabled by default).
Reproduce
- Create a new cell with
%%javascript\nconsole.log("Hi there");
- Run you will see a message about JavaScript output being disabled
Expected behavior
JavaScript output should be rendered.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
JavaScript output is disabled in JupyterLab - Stack Overflow
I switched to JupyterLab 0.35.3. Here I can open Vega files and they are rendered. For rendering inside a notebook I use Altair...
Read more >JavaScript output is disabled in JupyterLab #917 - GitHub
I'm trying to show a bokeh plot in an ipywidget.Output and to render that with voila (in JupyterLab): import bokeh.plotting as plt import ......
Read more >Voila and interactive plots = 'JavaScript output is disabled in ...
I'm using %matplotlib notebook To enable interactive plots which I would like to use in a Voila dashboard. The plots display fine in...
Read more >How to Display a Message if JavaScript is Turned Off - W3docs
When JavaScript is disabled, you can use the <noscript> tag to display a warning message and hide the entire content with CSS. It...
Read more >HTML DOM Button disabled Property - W3Schools
The disabled property sets or returns whether a button is disabled, or not. A disabled element is unusable and un-clickable. Disabled elements are...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think the security surface for js execution in the desktop app is much bigger than the browser sandbox, so whether it should be enabled should be considered very carefully.
Thanks!
On Mon, Nov 8, 2021 at 7:14 PM Mehmet Bektas @.***> wrote:
– Brian E. Granger
Senior Principal Technologist, AWS AI/ML @.***) On Leave - Professor of Physics and Data Science, Cal Poly @ellisonbg on GitHub