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.10.tar.gz
(3.2 kB
view hashes)
Built Distribution
Close
Hashes for HTMLrenderer-0.0.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02af1ef8856113eb5eab644dcfbf1a84389137571209fa024e71b0a123c2f7e0 |
|
MD5 | c5797dd4571f675e1357a4b794327205 |
|
BLAKE2b-256 | 85757eaf05b197c9d906fb12795c28d5b0034cff39ce6b6e88085e31a3abf4a5 |