A small package for rendering HTML pages in jupyter notebooks
Project description
DisplayWebPage-abidghias
A small package for rendering HTML pages in jupyter notebooks
How to use -
- install the latest package
- in jupyter notebook -
!pip install render_web
- in command prompt -
pip install render_web
- Now run below snippets of code in your jupyter-notebooks cell to render your website as an IFrame-
default use case -
from displayWebPage.render import render_site
URL="use your https URL here"
render_site(URL)
custom use case -
from displayWebPage.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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file render_web-0.0.1-py3-none-any.whl.
File metadata
- Download URL: render_web-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.1 keyring/23.1.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
daadc96eb002943280bc7c1412f82f77e02e7af25f1b2b177d7e317e1d59e7b9
|
|
| MD5 |
bef3d4edb5df9d92db586dcea3f6cc3a
|
|
| BLAKE2b-256 |
7927b6abf55f27b6e99b487bdc6f34171a54a82c790b1b1fc1b01927bfd9a4f5
|