Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 667 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 667 Bytes

ipyblender_experimental

image

Tweet1 , Tweet2
Bringing the blender rendering engine into jupyter notebook.
No need to install Blender.
Only compatible with Python 3.11!

Installation

python3.11 -m venv .venv && source .venv/bin/activate
pip install ipyblender_experimental
touch hello.ipynb

Usage

from ipyblender_experimental import BlenderWidget
BlenderWidget()