Skip to content
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

it seems the imported modules are cached... #30

Open
hex41434 opened this issue Jan 7, 2022 · 0 comments
Open

it seems the imported modules are cached... #30

hex41434 opened this issue Jan 7, 2022 · 0 comments

Comments

@hex41434
Copy link

hex41434 commented Jan 7, 2022

Thanks a lot for the great library! I would like to share my experience, I hope it is helpful:

(I run on Ubuntu, using ssh, visual studio code, conda environment, jupyter notebook)

I made a change in code (wanted to change the mesh scaling inside the unit sphere), and changes were not applied! it seems it caches the imported modules! I tried different things such as restarting the jupyter kernel, re-import the modules and "autoreload" command of jupyter but they did not help. finally, I changed the "relative imports" to "absolute imports" and it works. I am not sure if It causes the problem, just wanted to share my experience.

Best,
Aida

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant