forked from SolidCode/SolidPython
-
Couldn't load subscription status.
- Fork 30
JupyterLab Notebook support
jeff edited this page Oct 15, 2023
·
1 revision
SolidPython2 can be rendered inside a Jupyter Notebook using JupyterSCAD.
%pip install -q jupyterscad
from solid2 import cube
from jupyterscad import render
obj = cube(3, 2, 1)
render(obj)