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
I don't know whether this is a general jupyter problem (this kernel is my first real exposure to jupyter), a problem with this kernel, or a problem with the distributed filesystem that I'm running on, but if I externally edit/update a script and run it from jupyter, jupyter runs the version before the update. I have to rerun the cell (or interrupt and rerun) for jupyter to run the updated version of the script. Is this a problem that others have seen?
The text was updated successfully, but these errors were encountered:
This seems to be a matlab or matlab engine problem. Similar to this behavior. Do others also experience this? I confirmed that if I add clear myscript before executing myscript that it reloads. However, it's not enough to clear just the top level script if you have also edited scripts that it calls. You have to also clear those scripts. Is there some nicer way to force this behavior?
I don't know whether this is a general jupyter problem (this kernel is my first real exposure to jupyter), a problem with this kernel, or a problem with the distributed filesystem that I'm running on, but if I externally edit/update a script and run it from jupyter, jupyter runs the version before the update. I have to rerun the cell (or interrupt and rerun) for jupyter to run the updated version of the script. Is this a problem that others have seen?
The text was updated successfully, but these errors were encountered: