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
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.
The text was updated successfully, but these errors were encountered:
Thanks for the great tool.
This is more of a feature request:
When I try initializing an experiment 👇
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.The text was updated successfully, but these errors were encountered: