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.1.3.tar.gz
(5.0 kB
view hashes)
Built Distribution
Close
Hashes for HTMLrenderer-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f1e20c377c109b8d1de063f4910801fdb79db9ab47c6b1103ae0ee87fe5c486 |
|
MD5 | bcf917f14efe00fa02f28fc1fdff75f5 |
|
BLAKE2b-256 | 25cb2e23780e4f59e840e56fcb3b11fe7ed10c63321d2cdd0d683c863a016ef3 |