Replies: 2 comments 1 reply
-
You should be able to emit raw HTML by surrounding the HTML with:
That will make a raw block which should pass through the HTML untouched. |
Beta Was this translation helpful? Give feedback.
1 reply
-
FYI, Quarto Dashboards are available in the v1.4 pre-release: https://quarto.org/docs/dashboards/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, quarto community!
I want to embed the Tableau dashboard using HTML embed code in Jupyter notebook.
Is there any way to embed native HTML code in Jupyter notebook and render it with Quarto?
Below is my embed code format.
In advance, thanks for the excellent tool for blogging! It makes my life easier.
<div class='tableauPlaceholder' id='viz1669955106756' style='position: relative'><noscript><a href='#'><img alt='공간정보 탐색적 분석 대회 ' src='https://public.tableau.com/static/images/je/jeju_story/sheet14/1_rss.png' style='border: none' /></a></noscript><object class='tableauViz' style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' /> <param name='embed_code_version' value='3' /> <param name='site_root' value='' /><param name='name' value='jeju_story/sheet14' /><param name='tabs' value='no' /><param name='toolbar' value='yes' /><param name='static_image' value='https://public.tableau.com/static/images/je/jeju_story/sheet14/1.png' /> <param name='animate_transition' value='yes' /><param name='display_static_image' value='yes' /><param name='display_spinner' value='yes' /><param name='display_overlay' value='yes' /><param name='display_count' value='yes' /></object></div> <script type='text/javascript'> var divElement = document.getElementById('viz1669955106756'); var vizElement = divElement.getElementsByTagName('object')[0]; vizElement.style.width='100%';vizElement.style.height=(divElement.offsetWidth*0.75)+'px'; var scriptElement = document.createElement('script'); scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js'; vizElement.parentNode.insertBefore(scriptElement, vizElement); </script>
Beta Was this translation helpful? Give feedback.
All reactions