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.1.tar.gz
(4.6 kB
view hashes)
Built Distribution
Close
Hashes for HTMLrenderer-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0d304a5a066adfcad44b9ca2024a41c723de8ffbc7cf6143b8a987ebc68c6c6 |
|
MD5 | 402cfe7a26f3b580a2758ab998ba0446 |
|
BLAKE2b-256 | 3b9bedc462dc2a99251c320f7ccd55f7bc9a396ea95bb3c81c022e82fd48fbb8 |