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 like this extension and hope one day it'll be part of IPython proper.
My dominant use case is "easing reproducability", i.e. make it easier given the notebook output to (modify and) re-execute the notebook without running into software compatibility issues.
In a corporate network context however, the most easy way might be to identify the particular installation
(host or address, port, userid) and try it there again.
Currently I am using a cell like
fromIPython.displayimportHTMLimporttime, getpass, socketHTML(r"This document has been formatted %s by %s on host <tt>%s</tt>"% (time.asctime(), getpass.getuser(), socket.gethostname()))
but if deemed useful for the general public similar functionality could be integrated in version_information.
The text was updated successfully, but these errors were encountered:
This is a feature suggestion.
I like this extension and hope one day it'll be part of IPython proper.
My dominant use case is "easing reproducability", i.e. make it easier given the notebook output to (modify and) re-execute the notebook without running into software compatibility issues.
In a corporate network context however, the most easy way might be to identify the particular installation
(host or address, port, userid) and try it there again.
Currently I am using a cell like
but if deemed useful for the general public similar functionality could be integrated in version_information.
The text was updated successfully, but these errors were encountered: