How to Run HTML Code in Jupyter Notebook

preview_player
Показать описание
This video talks about three methods to run html codes inside Jupyter notebook using concrete examples.

This tutorial is part of the tutorial series of “22 Pretty Handy Features of Jupyter Notebook”. It includes 23 videos with 22 features. The rest can be reached by the following linkages:

Рекомендации по теме
Комментарии
Автор

Thanks for the great video. Very informative and helpful!

Mukdeni
Автор

Hi, thanks for your video! Can you recommend some link to get more information?

xiomaramoncerrate
Автор

This is wonderful. Very simple with very specific examples. I am trying to go much further and take an html page that includes css, interactive graphics, and javascript calls. is that possible?

PaulACraig-zflv
Автор

sir, how could i config the cell to sure each cell is a page like you . The default situation is that each cell is arranged vertically always in the page.

suwenhao
Автор

Hi thanks very much for your video, running in code mode works with python but not with the R kernel, is there a specific syntax for R ?

armandfavrot
Автор

I tried this but it didnt work. I am not sure how to run HTML on jupyter notebook
however i had to do this:
from IPython.display import display, HTML, IFrame
display(HTML('<h1> hello world </H1>'))

How would i just run the code without importing like you are doing. I am running jupyter notebook for python version 3. So maybe that is the reason but then again I need help
Any help would be appreciated

doni