-
Notifications
You must be signed in to change notification settings - Fork 11
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
Idea: %autoreload
like functionality for rapid prototyping
#44
Comments
Hey @naefl -- thanks for raising this. We don't currently have an In the interim, you can do import importlib
importlib.reload(module_name) for some of that kind of functionality (although not "auto") |
PRs welcome! I think this would make a nice built-in xontrib |
Awesome! Let us know if you have any questions (and please feel free to open "half-finished" PRs if you need pointers) |
%autoreload
like functionality for rapid prototyping
%autoreload
like functionality for rapid prototyping%autoreload
like functionality for rapid prototyping
Thanks for the fantastic work.
It's very likely that I'm just not good enough in searching issues here/missing the correct keywords so apologies if that's the case in advance.
The one feature that keeps me from switching to xonsh from ipython is the availability of a %autoreload like functionality when using it as a REPL when developing, that recursively imports the modules and its dependencies.
Is there such a function available/in planning?
Thanks!
For community
⬇️ Please click the 👍 reaction instead of leaving a
+1
or 👍 commentThe text was updated successfully, but these errors were encountered: