-
Notifications
You must be signed in to change notification settings - Fork 8
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
SparcClient without config file fails #40
Comments
A config file for a web client absolutely should not be required to get to public data that does not require login. It introduces significant friction for quick access from, say, a cloud jupyter notebook that may not be accessing the file system typically. The documentation says a config file is required, and points to this page for a sample config: https://github.com/athril/sparc.client#readme However, there's no config file there, and I can't find a way to generate one. A config file should not be mandated. In memory store of configuration information is a better approach, with a way to read in and save the configuration information provided as a convenience. |
@athril - something to consider. We should definitely fix the docs to make sure a basic "ready to go" config file is available. But possibly also revisit the earlier design decision to require a config file? |
Thanks @nickerso. I have posted this on our team Slack, in case the GitHub notification is not seen. |
The most basic instantiation of a python client SparcClient without a config file fails:
The text was updated successfully, but these errors were encountered: