A small python package
Project description
NexusView714 🚀
NexusView714 is a lightweight Python library designed for Data Scientists and Jupyter Notebook users. It allows you to seamlessly render live websites and embed YouTube videos directly within your .ipynb environment (Jupyter Notebook, JupyterLab, Google Colab).
Stop switching tabs to read documentation or watch tutorials—view them right next to your code!
✨ Features
- 🌐 Website Rendering: Render any HTTPS website directly in an output cell.
- ▶️ YouTube Integration: intelligent parsing of YouTube URLs to embed the video player automatically.
- 📏 Customizable: easily adjust width, height, and alignment of the viewport.
- ⚡ Lightweight: Zero heavy dependencies; built on top of standard IPython display tools.
📦 Installation
You can install NexusView714 via pip:
pip install NexusView714
from NexusView714.youtube import render_youtube_video
render_youtube_video("https://youtu.be/ZB8psiQ_ar4?si=Ad12aSmlNtngkKw5")
from NexusView714.site import render_site
render_site("https://www.google.com")
How to Install this package in Your System
conda create -n nexusview714_env python=3.8 -y
conda activate nexusview714_env
pip install -r requirements_dev.txt
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
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 nexusview714-0.0.8.tar.gz.
File metadata
- Download URL: nexusview714-0.0.8.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9047748a91c6ad1289558791fbe8a144692e8f3861610e7e7d413877ccb82822
|
|
| MD5 |
34d64da7054b90404d225dc4e77ecf11
|
|
| BLAKE2b-256 |
69c15e3ff64156f140f76b638d91e1a776d69f2519f8ef35cb3489c75c68a583
|
File details
Details for the file nexusview714-0.0.8-py3-none-any.whl.
File metadata
- Download URL: nexusview714-0.0.8-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d4c58d8093174fa860b202cbe72179f47f94ace3c37bf7c203120928907fb0b
|
|
| MD5 |
51878f1e08ec14adc0cf722ba2e9ebb9
|
|
| BLAKE2b-256 |
1e52587d289356ef70bca89bc1b3677d70ceba35b1386d6de17f81f28e43f929
|