-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
10.11 Loading Modules from a Remote Machine Using Import hooks #18
Comments
And the def install_meta() ... is in the file in the same directory. |
Are you sure it's loading the right file? What does the |
printing out the__file__ attribute does return a valid file string. When I tried running different parts from a terminal it worked. But shouldn't it be able to run in a notebook as well? |
Yes, but is it the right file? In the big picture, I don’t really know on the notebook. It does a lot of things with the environment and I never use it. So I don’t have any specific advice to offer.
Cheers
Dave
… On Oct 6, 2018, at 10:06 AM, cmbowyer13 ***@***.***> wrote:
printing out the__file__ attribute does return a valid file string. When I tried running different parts from a terminal it worked. But shouldn't it be able to run in a notebook as well?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Thank you for your time @dabeaz . I have enjoyed learning advanced Python from your books. Do you have any favorite resources for learning more about classes for Python3 in addition to your books? Or anything related to a RasberryPi that you have found to be useful? Best, |
Hello, I have set up the urlimport.py script as described, but from the jupyternotebook a method or attribute from urlimport.py is not being recognized as such
The text was updated successfully, but these errors were encountered: