-
Notifications
You must be signed in to change notification settings - Fork 6
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
Missing Variable: Variable os does not exist #11
Comments
I can look into this Friday. What OS, Python Version and Jupyter version do you have? |
I just realized that this error does not prevent cell execution, so is not a showstopper. In any case all the components were installed through conda yesterday (Jan 20). Thanks! Ubuntu 20.04, python 3.9 jupyter core : 4.7.0 |
I was goofing around with this, and I think the issue might be if Python doesn't find the path you're trying to write to. I found this issue in the rb_mcmc_demo notebook, in the first cell where it wasn't finding the path to the example files. I didn't get the error after this. |
I don't think it's about finding the path. It just seems to appear after the first thing sent to the kernel. I got it using the console and notebook with a simple assignment statement ("mu <- 1") |
I get the error message "Missing Variable: Variable os does not exist" when trying to execute anything in a Jupyter notebook cell with this kernel
The text was updated successfully, but these errors were encountered: