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.6.tar.gz
(3.0 kB
view hashes)
Built Distribution
Close
Hashes for HTMLrenderer-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | de301323791affaf8daa8b4165565a2cf37bc8b8cc121a936604dd051180294c |
|
MD5 | 05d10966632113c9d8f57e88d3c16ae0 |
|
BLAKE2b-256 | 0343d9cc963081380563b31f0a2a6128b377b85b29f19021fdd3db101a578e62 |