If you don't have it already, create a new conda environment with the latest CadQuery (e.g. master) conda create -n jcq3 -c conda-forge -c cadquery python=3.10 cadquery=master vtk=9.2.2 conda activate jcq3 InstallJupyter-CadQuery(note, matplotlib is only used for the examples) ...
装在一个皮囊里,我能谈论的也只是我自己的思维,供有兴趣的看官们消遣一二,如果还能有所启示或者是帮...
I'm trying to install jupyter-cadquery with poetry: poetry add jupyter-cadquery --extras=prod warn: Invalid requirement (cadquery (==master) ; extra == 'prod') found in jupyter-cadquery-3.5.2 dependencies, skipping cadquery is now availa...
With JupyterLab 1.0 (released about week ago), I'm getting this error when I run the example in the README ( https://github.com/bernhard-42/jupyter-cadquery#b-example-cadquery-using-sidecar ) Error displaying widget: model not found It d...
pip install jupyter-cadquery==3.5.2 cadquery-massembly~=1.0.0jupyterlab~=3.5voila~=0.3.5 && \ find / -type f -name'*.py[co]'-delete -o -type d -name __pycache__ -delete VOLUME/home/cq/ Expand Down
76 changes: 38 additions & 38 deletions 76 jupyter_cadquery/cad_objects.py Original file line numberDiff line numberDiff line change @@ -679,28 +679,25 @@ def to_assembly( if HAS_BUILD123D: is_build123d = True if isinstance(cad_obj, bd.BuildPart): _debug(f"CAD Obj {obj_id}: ...