A small package for rendering media in Colab/Jupyter
Project description
ColabMediaSuite 🚀
🚀 Overview
ColabMediaSuite 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 ColabMediaSuite via pip:
pip install ColabMediaSuite
from ColabMediaSuite.youtube import render_youtube_video
render_youtube_video("[https://www.youtube.com/watch?v=h25pePMdoPA](https://www.youtube.com/watch?v=h25pePMdoPA)")
from ColabMediaSuite.site import render_site
render_site("[https://www.google.com](https://www.google.com)")
conda create -n colabMediaSuite_env python=3.8 -y
conda activate colabMediaSuite_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 colabmediasuite-0.0.1.tar.gz.
File metadata
- Download URL: colabmediasuite-0.0.1.tar.gz
- Upload date:
- Size: 3.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 |
3ca3970fa826b829f028e1062dfe099ca155c6d9c0359d2a47f8ba9b3edea779
|
|
| MD5 |
f13cae22c17a5074025a0ba4929699fb
|
|
| BLAKE2b-256 |
ceceb04366a3aa9cc28ce79c9ed6763eeb9f7a1bd4bd216cbb6856462fabc3dc
|
File details
Details for the file colabmediasuite-0.0.1-py3-none-any.whl.
File metadata
- Download URL: colabmediasuite-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.8 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 |
f192956fa71d998b0a1c3a1b0ce4be4a4a91580f84de1c2ea0b17986c3e53844
|
|
| MD5 |
9ead652564c50ddafa87c99eea2dcb24
|
|
| BLAKE2b-256 |
8d538044c96ba522d65142e5c4e309c1f08eee3eae23930272ce7ee04315f09b
|