-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Updated to latest pyviz_comms version #2977
Conversation
05f4636
to
c380452
Compare
@@ -237,6 +238,12 @@ def load_hvjs(cls, logo=False, bokeh_logo=False, mpl_logo=False, plotly_logo=Fal | |||
widgetjs, widgetcss = Renderer.html_assets(extras=False, backends=[], script=True) | |||
else: | |||
widgetjs, widgetcss = '', '' | |||
|
|||
# Add classic notebook MIME renderer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do prefer to have a .js
file in pyviz_comms
but there is no reason pyviz_comms
couldn't read in that file there and expose the string instead of having downstream projects repeat this code over and over. i.e something like from pyviz_comms import widget_js
.
A new version of |
Tests have passed. Merging. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Various updates for use with pyviz_comms 0.1.2
Get classic notebook MIME renderer from pyviz_comms
Get embed_js code from pyviz_comms
Close comms on cleanup
Pin pyviz_comms 0.6.0 (once released)