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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: