やり方
IPython.display.HTML
を使う。
Hello world!
from IPython.display import HTML
HTML("<h1>Hello world!</h1>")
その他
ローカルにある画像なんかも、base64エンコードしてimgタグのソースに文字列突っ込めば表示できます。
YouTubeの動画なんかも埋め込めます。 (nbviewerへ)
Go to list of users who liked
More than 5 years have passed since last update.
IPython.display.HTML
を使う。
from IPython.display import HTML
HTML("<h1>Hello world!</h1>")
ローカルにある画像なんかも、base64エンコードしてimgタグのソースに文字列突っ込めば表示できます。
YouTubeの動画なんかも埋め込めます。 (nbviewerへ)
Register as a new user and use Qiita more conveniently
Go to list of users who liked