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

holoview.Div() doesn't work #4743

Open
qust-ht opened this issue Dec 9, 2020 · 0 comments
Open

holoview.Div() doesn't work #4743

qust-ht opened this issue Dec 9, 2020 · 0 comments
Labels
type: bug Something isn't correct or isn't working

Comments

@qust-ht
Copy link

qust-ht commented Dec 9, 2020

Thanks for contacting us! Please read and follow these instructions carefully, then delete this introductory text to keep your issue easy to read. Note that the issue tracker is NOT the place for usage questions and technical assistance; post those at Discourse instead. Issues without the required information below may be closed immediately.

ALL software version info

(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc)

Description of expected behavior and the observed behavior

When I ran the example of holoviews.Div given in the official document using jupyter notebook, it didn’t work and there was no distinction in the title level.

Complete, minimal, self-contained example code that reproduces the issue

hv.Div("""
<h1>Div</h1>
<h3>A simple demo</h2>

<figure>
<img src="https://assets.holoviews.org/logo/holoviews_color_icon_500x500.png" height='200' width='200'>
<figcaption><b>Fig 1:</b> This is a figure caption with $LaTeX$</figcaption>
""")
# code goes here between backticks

Stack traceback and/or browser JavaScript console output

Screenshots or screencasts of the bug in action

@philippjfr philippjfr added the type: bug Something isn't correct or isn't working label Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

No branches or pull requests

2 participants