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

Output with bokeh exports faulty html file #1411

Closed
jendas1 opened this issue May 5, 2017 · 1 comment
Closed

Output with bokeh exports faulty html file #1411

jendas1 opened this issue May 5, 2017 · 1 comment
Assignees
Labels
tag: backend: bokeh type: bug Something isn't correct or isn't working
Milestone

Comments

@jendas1
Copy link

jendas1 commented May 5, 2017

Hi,
I have tried outputing html file with jupyter magic:

%%output filename="holoviews"
x = [1, 2, 3, 4, 5]
y = [6, 7, 2, 4, 5]
hv.Curve((x,y),label="Temp")

but the resulted file displays nothing.
After further investigation I was able to see an output by adding sources to bokeh.js and bokeh.css from cdn.
The faulty output html: https://pastebin.com/1eCSYaUn

@philippjfr
Copy link
Member

Fixed by the PR referenced above. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tag: backend: bokeh type: bug Something isn't correct or isn't working
Projects
None yet
Development

No branches or pull requests

3 participants