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
Adding a label indicating the execution order to the tutorial notebooks (for example, 1_tutorial_preprocessing, 2_distribution_to_distribution...)
Instead of hardcoding paths in the jupyter notebooks, we could provided a simple "folder/file browser" window so that the user can inspect and easiliy select the desired location on his machine. Most likely, the implementation of this windows will lead to at least one extra dependency (PyQt, TK)
I would definitely do #1, with the suggested numbering of
1_tutorial_preprocessing.ipynb, 2_tutorial_svd.ipynb, 3_tutorial_map2map.ipynb, 4_tutorial_distribution2distribution.ipynb
I will keep #3 in mind when I make the plotting functionality for the distribution to distribution results. I think it makes sense for there to be plotting functionality synced up with the results (e.g. certain plots for svd, other plots for the map2map results, and still other plots for the dist2dist results).
Adding a label indicating the execution order to the tutorial notebooks (for example, 1_tutorial_preprocessing, 2_distribution_to_distribution...)
Instead of hardcoding paths in the jupyter notebooks, we could provided a simple "folder/file browser" window so that the user can inspect and easiliy select the desired location on his machine. Most likely, the implementation of this windows will lead to at least one extra dependency (PyQt, TK)
Implementing a virtualized "Plotting" class to unified the plots across the notebooks and improve mantainability of the code. See issue plotting notebook (map2map dist2dist results) #18
The text was updated successfully, but these errors were encountered: