Jupyter integration in build123d #832
raspberrypisig
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Should say upfront that vscode+build123d+ocp_vscode is super duper awesome while developing your 3d models.
Really enjoying build123d. So much so that I'm on discord channel. There was a post by a user called Geordi that discovered in-built support for jupyter notebooks. All you have to do is
In your code
or
I think this should be documented in the External Tools and Libraries. I would still recommend ocp_vscode while you are writing build123d, but to share on github and with others, you can use nbviewer to interact with model online - it's addictive, trust me, especially on a tablet!
Example setup here
Live demo of box example on nbviewer here
I believe it uses ipython's rich display support https://ipython.readthedocs.io/en/stable/config/integrating.html
Beta Was this translation helpful? Give feedback.
All reactions