docs: add colab notebook for interactive 3d data visualization#749
docs: add colab notebook for interactive 3d data visualization#749
Conversation
|
Link to notebook can be found in the docs (Multimodal Data / Mesh 3d section) or here: https://colab.research.google.com/drive/17uHgNVndRlfAAV9CAB_HEHHuRdGgsBW2?usp=sharing |
Codecov ReportBase: 84.40% // Head: 84.40% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #749 +/- ##
=======================================
Coverage 84.40% 84.40%
=======================================
Files 133 133
Lines 6703 6703
=======================================
Hits 5658 5658
Misses 1045 1045
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
JoanFM
left a comment
There was a problem hiding this comment.
make sure to check the login functionality in the notebook.
Also, remember once released, to simply do pip install docarray. Why is full needed is not clear to me
|
@JoanFM The login works. W.r.t. the installation, I think as of right now, |
Didn't we at some point want to offer installs for different modalities, like |
|
I believe we need to have the notebook as well in the repo |
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
|
I added the notebook to |
|
📝 Docs are deployed on https://ft-docs-colab-3d-visualization-715--jina-docs.netlify.app 🎉 |
Signed-off-by: anna-charlotte <[email protected]>

Goals:
Add a link to a Google Colab notebook to demonstrate DocArray's 3d data handling and interactive visualization. Prepare examples for DocArrays point cloud representation as well as vertices and faces representation for users to interact with.