Hello, we noticed a regression in pants generate-lockfiles that with the help of the pants dev we tracked down to a regression in pex itself: with version 2.1.138, PEX_SCRIPT=pex3 ./pex-2.1.138 lock create jupy
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...
您可以使用 Binder 重现它,而无需创建本地环境(诚然,安装 CadQuery/jupyter-cadquery 并不是最简单/最快的事情): https://mybinder.org/v2/gh/bernhard-42/jupyter-cadquery/master?urlpath=lab&filepath=examples%2Fcadquery.ipynb 只需在一个新的空笔记本中执行上面的代码。查看如何renderer在笔记本上显示 3D ...
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) ...
pip install jupyter-cadquery==3.5.2 cadquery-massembly~=1.0.0 jupyterlab~=3.5 voila~=0.3.5 && \ find / -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete VOLUME /home/cq/ 0 comments on commit 98aed1b Please sign in to comment. Footer...