A small python package
Project description
ViewMatrixPro 🚀
ViewMatrixPro 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 Jupyter notebook 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 ViewMatrixPro via pip:
pip install ViewMatrixPro
from ViewMatrixPro.youtube import render_youtube_video
render_youtube_video("https://youtu.be/WJKsPchji0Q?si=ao_q5LMfv_o4yHrq")
from ViewMatrixPro.site import render_site
render_site("https://www.google.com")
How to Install this package in Your System
conda create -n viewmatrixpro_env python=3.10 -y
conda activate viewmatrixpro_env
pip install -r requirements_dev.txt
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
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 viewmatrixpro-0.0.3.tar.gz.
File metadata
- Download URL: viewmatrixpro-0.0.3.tar.gz
- Upload date:
- Size: 16.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8c173b552b813d5f27b4b48aa4f9d24cc44431eef4e95d082286a4c5e38398a
|
|
| MD5 |
e5cf3466f46c14b4c942edb91aafc115
|
|
| BLAKE2b-256 |
b742c830a717b3801b03614f2c23a121a392360df2aaa50ebd31e43ce2d449c9
|
File details
Details for the file viewmatrixpro-0.0.3-py3-none-any.whl.
File metadata
- Download URL: viewmatrixpro-0.0.3-py3-none-any.whl
- Upload date:
- Size: 16.7 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 |
a91125824b7ac8611a66d547fcb988a1f75cbcc0c4e00c848fa3735651a38283
|
|
| MD5 |
2655c06af5224705ef5a32ef81f18655
|
|
| BLAKE2b-256 |
8a0b3d23e9128a79985479172a5cd34108c374e7d10277c21c32715ee9568f22
|