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.0.tar.gz
(5.2 kB
view hashes)
Built Distribution
Close
Hashes for HTMLrenderer-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06de8de93b612c581cd4e656975c8a8264db2ade4b293031013faf95a40f53c5 |
|
MD5 | fc1ee9c8cd1eed879fc9f5e39cfd084f |
|
BLAKE2b-256 | 8a373a2f2801dc8be7fe136f3f6a07b38ced37c26f7b6e1d171eccf83a21101e |