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

Bokeh error when showing a chart after it has been saved. #31

Open
cphalpert opened this issue Nov 20, 2018 · 0 comments
Open

Bokeh error when showing a chart after it has been saved. #31

cphalpert opened this issue Nov 20, 2018 · 0 comments

Comments

@cphalpert
Copy link
Contributor

ch = chartify.Chart()
ch.figure.circle([1, 2, 3], [1, 2, 3])
ch.set_title('hi')
ch.save('test.html', 'html')
ch.show()

RuntimeError: Models must be owned by only a single document, Circle(id='1668', ...) is already in a doc

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

No branches or pull requests

1 participant