HealthBioscienceIDEAS / microscopy-novice

https://healthbioscienceideas.github.io/microscopy-novice/
Other
1 stars 0 forks source link

Find a better way to save our python workflows #55

Open thompson318 opened 5 months ago

thompson318 commented 5 months ago

The lesson on instance segmentation introduces saving python workflows to enable repeatability. We currently use "%save measure_percent ~0/" to save our console session. This isn't ideal as it then requires editing to make a "nice" python script file. The script-editor plugin would allow us to introduce nicer coding style but currently has no nice output. There's an issue to add this to the plugin, so if that gets fixed we could re-jig the lesson to use the script-editor plugin instead of the console. https://github.com/haesleinhuepf/napari-script-editor/issues/7