Replies: 1 comment
-
This is a great question, something I hadn't considered before. The short answer is I'm not sure, I'm only minorly familiar with jupyter notebooks. I can give you some context as to how it works though which may help. When you run the So I think the key here is to just make sure that the file that is created when you run the login command is also available to the jupyter notebook. I'm not exactly sure how file persistence and access works within notebooks like that, but hopefully that points you in the right direction? |
Beta Was this translation helpful? Give feedback.
-
And if so, are there any changes that need to be made to my files or the way I launch?
When I run the following in a notebook (after successfully logging in via
yahoofantasy login
in terminal):I get the below response:
ValueError: Client ID, secret, and refresh token are required. Did you run 'yahoofantasy login' already?
When I run the same code in my terminal after the successful login, I get:
from: can't read /var/mail/yahoofantasy
Finally, if I prefix the code in terminal with
python3
, I get:[Errno 2] No such file or directory
Any ideas on what I'm doing wrong? Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions