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 work with DataDeps in a jupyter notebook. I don't mind having to agree to download, but the problem is that in jupyter notebooks, print statements are often only displayed after the execution of the function has finished, so I essentially need to agree to download without seeing the message which prompts me to do so.
I was wondering whether you could add a flush(stdout) after the print statement and before the input in check_if_accept_terms? Should be after this line.
I work with DataDeps in a jupyter notebook. I don't mind having to agree to download, but the problem is that in jupyter notebooks, print statements are often only displayed after the execution of the function has finished, so I essentially need to agree to download without seeing the message which prompts me to do so.
I was wondering whether you could add a flush(stdout) after the print statement and before the input in
check_if_accept_terms
? Should be after this line.Originally posted by @MariaHei in #115 (comment)
The text was updated successfully, but these errors were encountered: