Skip to main content

A small package for rendering HTML pages in jupyter notebooks

Project description

Python application

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


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.6.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

HTMLrenderer-0.1.6-py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page