-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move paraview_hello_world notebook from examples to HOWTOs; add cell triggering paraview installation on Colab #1481
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1481 +/- ##
=======================================
Coverage 85.22% 85.22%
=======================================
Files 376 376
Lines 9266 9266
=======================================
Hits 7897 7897
Misses 1369 1369 ☔ View full report in Codecov by Sentry. |
Thank you @AgnieszkaZaba! Let me suggest to:
|
Thanks @slayoo! And I'll will look up ipyparaview |
We could:
! if [ ! -f /usr/lib/libpdal_base.so.13 ]; then ln -s /usr/lib/libpdal_base.so.15 /usr/lib/libpdal_base.so.13; fi
Thanks! (but let's do it independently of this PR) |
I will add this link as a second one. |
there is a typo, here's the url: qgis/QGIS#52433 (comment) |
Thanks for noticing! |
Thank you! |
Addresses #1467