-
Notifications
You must be signed in to change notification settings - Fork 13
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
Args for commands? #128
Comments
Thanks @fleming79.
Indeed that would be the best place for documenting what args can be passed. Which I think is auto-generated. Unfortunately the Likely this would require something like jupyterlab/lumino#58. |
Thank you @jtpio for the link to the issue. It looks like the feature (describedBy) may now exist in Lumino, but not yet in Jupyterlab jupyterlab/jupyterlab#13962? In the meantime it is worth mentioning (for others who may be looking) that it is relatively straight forward to text search the Jupyterlab source code for the As an example; searching in the Jupyterlab source for
Here we can see the args are 'message' and 'options'. Fortunately 'caption' also provides some useful details about usage. |
Indeed, it would still need to be implemented in JupyterLab.
Good point. Maybe we should document this in the ipylab repo? |
Thank you for providing this module. I'd been looking for a way to open the Jupyter console from python.
Looking through your example notebook I can see you are using args for the commands such as:
. Would it be possible to provide some details on what args can be passed to each of the commands?
The best ref I found sofar was here: https://jupyterlab.readthedocs.io/en/latest/user/commands.html#commands-list
however it only lists the commands without arguments.
The text was updated successfully, but these errors were encountered: