ki-tools / kitools-py

Tools for working with data in Ki analyses
Apache License 2.0
3 stars 0 forks source link

Utility function to browse Synapse project #14

Open hafen opened 5 years ago

hafen commented 5 years ago

Similar to #5, it would be nice to be able to do something like

kiproject = KiProject("...")
kiproject.browse()

Which opens the synapse project in the default web browser. Simply utility function but very useful.

If there's a better verb than browse, I'm fine with whatever. It might be good to be consistent with #5 (so maybe in #5 call it data_browse(), for example).