-
Notifications
You must be signed in to change notification settings - Fork 92
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
cli version #60
Comments
I agree, adding CLI support sounds like a good idea to me. Regarding RMardkown or R notebooks, I use RMarkdown occasionally for R, but I have no idea how to develop it, but I would welcome PRs. |
I'll try to make a PR for this. It won't depend on R at all, but I am planning to use |
Regarding |
I think
|
Sounds good! I mainly never used it because from a user perspective, the command line use looks exactly like argparse so I thought why adding another dependency. But I am open to using it. |
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:
system("watermark")
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?
The text was updated successfully, but these errors were encountered: