neptune-ai / neptune-client

📘 The experiment tracker for foundation model training
https://neptune.ai
Apache License 2.0
575 stars 63 forks source link

API token page #417

Open ariG23498 opened 3 years ago

ariG23498 commented 3 years ago

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 commented 3 years ago

Thanks for your suggestion!

@Herudaio you may want to look at this.