A small package for rendering HTML pages in jupyter notebooks
Project description
HTMLrenderer-c17hawke
A small package for rendering HTML pages in jupyter notebooks
How to use -
- install the latest package
- in jupyter notebook -
!pip install HTMLrenderer
- in command prompt -
pip install HTMLrenderer
- Now run below snippets of code in your jupyter-notebooks cell to render your website as an IFrame-
default use case -
from HTMLrenderer.render import render_site
URL="use your https URL here"
render_site(URL)
custom use case -
from HTMLrenderer.render import render_site
URL="use your https URL here"
render_site(URL, width="100%", height=600)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
HTMLrenderer-0.0.4.tar.gz
(2.4 kB
view hashes)
Built Distribution
Close
Hashes for HTMLrenderer-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbe92140e8f061485723d39fafe3c55d3e1d45b50529318c2f80d2286eacfad5 |
|
MD5 | 1fc607691854c0cfc678ae306878ba9b |
|
BLAKE2b-256 | ce01d3ec0c617107f39d80538f1cc4969382873b6b1647df55c66df03d7fa4d0 |