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

API token page #417

Open
ariG23498 opened this issue Feb 24, 2021 · 1 comment
Open

API token page #417

ariG23498 opened this issue Feb 24, 2021 · 1 comment

Comments

@ariG23498
Copy link

Thanks for the great tool.
This is more of a feature request:
When I try initializing an experiment 👇

neptune.init(project_qualified_name='entity/preoject_name',
             api_token='xxx',
             )

I have to write down the api_token which is a pretty long alphanumeric key. I was wondering whether we could delegate this process to a prompt and a page?
My suggestions would be to ask the user to go to a page nuptune.ai/api_key where there will be the API key of the user ready to be consumed. The user copies the key and pastes it in the console prompt.
This way it feels much easier to work with colab or kaggle notebooks. I know that I could EXPORT the key and use it as a session variable, but the delegation process seems to be welcoming.
Something of this sort is done when we try integrating Google Drive with our colab notebooks.
image

@aniezurawski
Copy link
Contributor

Thanks for your suggestion!

@Herudaio you may want to look at this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants