Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally skip cloud save of plots #11

Closed
joey-kilgore opened this issue Jun 27, 2024 · 0 comments · Fixed by #31
Closed

Optionally skip cloud save of plots #11

joey-kilgore opened this issue Jun 27, 2024 · 0 comments · Fixed by #31
Assignees
Labels
enhancement New feature or request

Comments

@joey-kilgore
Copy link
Owner

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.

@joey-kilgore joey-kilgore added the enhancement New feature or request label Jun 27, 2024
@joey-kilgore joey-kilgore self-assigned this Jun 27, 2024
joey-kilgore added a commit that referenced this issue Feb 1, 2025
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant