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.7.tar.gz
(3.1 kB
view hashes)
Built Distribution
Close
Hashes for HTMLrenderer-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10924ac73887125ad2bf1a23205d8e99909bfe33a771040ebd726e90f3805661 |
|
MD5 | 7155049703418f61d989dce518c2cdbd |
|
BLAKE2b-256 | 1eaf3fcdebdce1a43f182a25c7a1df30fedce36d47fb809cd6b939a54b2eeb64 |