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 · 2 comments
Closed

Output with bokeh exports faulty html file #1411

jendas1 opened this issue May 5, 2017 · 2 comments
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.

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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