Happy to share a small tip show model 3d in jupyter notebook with two line
from IPython.display import IFrame
IFrame("https://speckle.xyz/embed?stream=3073b96e86&commit=604bea8cc6&c=%5B41.608%2C46.98512%2C69.78354%2C20.86703%2C15.4694%2C16.57642%2C0%2C1%5D",width=700,height=500)
I just had a PR merged into the speckle.guide Developer Docs that tweaks the code a little to correspond to the attached Jupyter notebook so you can now run the Documentation!
This notebook assumes you are running Jupyter locally where Speckle Manager has already registered accounts. To run in an online environment like Colab, CoCalc or another hosted Jupyter port, you can use you an Access Token.
In a few obvious places you’ll need to edit placeholders to your own real values (e.g. stream_id)
Watch this space for more Speckle Jupyter goodness