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

add pseudo-software hostname/-address & user #7

Open
martinATtug opened this issue Apr 18, 2015 · 0 comments
Open

add pseudo-software hostname/-address & user #7

martinATtug opened this issue Apr 18, 2015 · 0 comments

Comments

@martinATtug
Copy link

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

from IPython.display import HTML
import time, getpass, socket
HTML(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.

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