Commuter does not render plots backed by javascript (such as bokeh plots)
See original GitHub issuehello all, i am using commuter
to serve some jupyter notebooks from s3. it works great (if one builds from source anyway).
the problem i am having is some of my notebooks have interactive plots generated by bokeh
that include javascript. in a normal html-ified-notebook
these plots only display properly (in all their javascripty glory) after running jupyter trust mynotebook.ipynb
.
i am wondering how i can effect that for commuter? basically, i think i need to tell commuter i trust these notebooks and that all the JS should be loaded. any advice to resolve this appreciated!! thanks all 😄
Addendum:
this ticket (https://github.com/bokeh/bokeh/issues/8392) details my interactions with the bokeh
team, in which they clued me in to jupyter trust
which allows JS dynamic plots to render in notebooks that were run by nteract/papermill
but are not displayed by nteract/commuter
.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top GitHub Comments
hi, the bokeh ticket is all the info i have really, sorry!
No problem @mstewart141 I will try again the tricks in the ticket ! Thanks a lot for the prompt answer !