I think it would be useful to have a CLI version for this for non-Python kernels and for Python kernels that don't support magics.
For example, in an R notebook, you could write:
and get the same as %watermark in IPython.
The obvious problem being that it will show the versions of the relevant Python packages, like CPython and IPython, by default, but I think that's OK for a first iteration, and we can just recommend including some flags instead.
What do you think?