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
Oh. Found that token location is already ~/.telepythrc, it is strange, but ok. So the issue is just about the %telepyth -t magic to save the specified token to this file.
The reason why token is not saved during %telepyth -t call is that Jupyter environment is shared among users. Another reason is -t option encourages user to store token in a config since otherwise token might be under VCS in public access.
Why should someone enter the token again and again? Why not to save it in
~/.config/telepyth/token
for example?The appdirs package could be used to determine the platform's preferred config directory path.
The text was updated successfully, but these errors were encountered: