You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to install JupyterCAD in colab, but unable to display/render any objects.
#@title Create new CAD docfromjupytercadimportCadDocumentdoc=CadDocument()
# Create a box, create a sphere, then cut the box using the sphere as a tooldoc=doc.add_box().add_sphere().cut()
display(doc)
This cell would return
<jupytercad_lab.notebook.cad_document.CadDocument object at 0x7f721829c790>
The text was updated successfully, but these errors were encountered:
Unfortunately that cannot work in the current state of JupyterCAD.
I guess we could technically implement support for it by making a build of JupyterCAD that does not require jupyter collaboration to run in the front end
I am able to install JupyterCAD in colab, but unable to display/render any objects.
This cell would return
The text was updated successfully, but these errors were encountered: