Add option to load script from a remote location#8208
Conversation
|
Requested by @TimMonko and @psobolewskiPhD. May be treated as security hole. |
|
While of course its a security hole, I think the same caution always applies to getting remote things, so is this really a napari liability? |
Nope. Maybe documentation should warn about this. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8208 +/- ##
==========================================
+ Coverage 92.97% 93.03% +0.05%
==========================================
Files 658 658
Lines 62604 62629 +25
==========================================
+ Hits 58208 58265 +57
+ Misses 4396 4364 -32 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
It's pretty cool to do |
|
I think mentioning using files from a trusted source is the most straightforward way to document this. |
|
Updated the code and function naming. |
|
With this will we be able to do |
|
I think so |
|
For the macos error, do we know why there is no leak graph generated?
Update Nevermind. I just remember pystack isn't supported on macos. |
|
This pull request has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/napari-0-6-4-release-candidate-for-testing/115732/2 |
References and relevant issues
napari/docs#819 (comment)
napari/docs#819 (comment)
Description
Add an option to execute a Python script in napari without needing to download it on the local machine.