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
Is your feature request related to a problem? Please describe.
There are instances (such as during continuous integration) that it's challinging/not possible to setup the kachery remote connection.
Describe the solution you'd like
Because of this it might be worth setting up error checking for the kachery remote connection to note the user to setup the connection (see readme) and setup an optional argument to be passed when saving a figure to not save to the cloud.
Describe alternatives you've considered
If the code errors out, then I would have to catch the error myself.
Additionally, there isn't a way to skip the saving to cloud.
The text was updated successfully, but these errors were encountered:
cloud saves were previously required, which meant you needed to
setup the kachery-cloud connection (setting up account and registering
your machine) and so this allows for skipping this step for anyone
who wants to pickle their plots to have for reference, but doesn't
want to have to setup kachery-cloud.
resolves#11
Is your feature request related to a problem? Please describe.
There are instances (such as during continuous integration) that it's challinging/not possible to setup the kachery remote connection.
Describe the solution you'd like
Because of this it might be worth setting up error checking for the kachery remote connection to note the user to setup the connection (see readme) and setup an optional argument to be passed when saving a figure to not save to the cloud.
Describe alternatives you've considered
If the code errors out, then I would have to catch the error myself.
Additionally, there isn't a way to skip the saving to cloud.
The text was updated successfully, but these errors were encountered: