Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Javascript mimetype and integrations #46

Merged
merged 2 commits into from
Sep 7, 2016
Merged

ENH: Javascript mimetype and integrations #46

merged 2 commits into from
Sep 7, 2016

Conversation

TomAugspurger
Copy link
Collaborator

Just pass the the application/javascript mime types and document some integrations.

@jankatins
Copy link

And now comes the pain: knitr has the ability to include JS libs only once, but this isn't implemented in the jupyter messaging spec :-( It's a big painpoint as R has a lot of packages for html widgets which work nicely in knitr but blow up the size in the notebook as each displayed widgets needs to get all JS.

IRkernel/IRdisplay#14
-> jupyter/notebook#116 (comment)

@TomAugspurger
Copy link
Collaborator Author

I keep retreading all of your pain points :) Thanks for the links reading through them now.

@jankatins
Copy link

jankatins commented Sep 8, 2016

I think this is a painpoint more from the R (because they have a lot of such libs and are used to knitr's way of handling it, so no explicit activate which sends the js libs and then the rest doens't sent it) and jupyter side. I think this thing will be solved in one of the next versions... It's even worse in the notebook as they also save the output...

@TomAugspurger TomAugspurger deleted the bokeh branch September 13, 2016 12:57
@TomAugspurger TomAugspurger modified the milestone: 0.3.4 Sep 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants