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 -
run below snippet of code -
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.2.tar.gz
(2.2 kB
view hashes)
Built Distribution
Close
Hashes for HTMLrenderer-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 952c2577a872a1adc3c13248ecdba85a69f41028310931f2923d0e44d3386402 |
|
MD5 | d92bd7f452bd8450f380d2f89fb2ed44 |
|
BLAKE2b-256 | 5ac40dc244636e277d2fcdf8ac54f709eeef2cf5680ad7e4e0905c271ccd7d02 |