-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.env file is ignored in a notebook and the interactive window #4593
Comments
This may be a regression. Joyce, please check to see if it repro's on Windows. |
Repros on Windows for me. |
Cannot repro when debugging, brilliant.. |
Based on other bugs we have on .env file use that indicate that the file is indeed being read and processed, this clearly must be a regression. |
Not getting upvotes or duplicate complaints. Therefore, it's either NOT a regression or even if it is, it doesn't affect many people. Moving to July for now. |
Going to try on windows |
I have this issue as described in #7926 |
Fixed as part of #9018 |
I just ran into the same problem. When should be |
Nevermind. I figured it out. The |
Created a .env file like so:
Ran some code like so:
MYGOOFVAR is not printed out.
The text was updated successfully, but these errors were encountered: