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.5.tar.gz
(3.0 kB
view hashes)
Built Distribution
Close
Hashes for HTMLrenderer-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | be176da96d51b35962aff491c470bb854117da901a14fcf69fee1663f93ec33c |
|
MD5 | 5f5ca8bd9715ebfcc6d3c81aef55a952 |
|
BLAKE2b-256 | a6ca4e4c106aa5ec827b5425908c6d337e52409889b06259f3cb61ffaf83930c |