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'd like to have an extension that adds a button (like this) to trigger a command written by the user in the metadata of the notebook.
I guess the command needs to be run on the server side because it uses the .ipynb file. The command needs to be run from the directory containing the ipynb file.
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
I'd like to have an extension that adds a button (like this) to trigger a command written by the user in the metadata of the notebook.
I guess the command needs to be run on the server side because it uses the .ipynb file. The command needs to be run from the directory containing the ipynb file.
I guess the first step would be to save the notebook to be sure that the file is up to date. I didn't find that in the examples nor in other parts of the documentation (for example here https://jupyterlab.readthedocs.io/en/stable/api/modules/notebook.notebookactions.html).
How can I do that?
Then, I think I need to obtain from the server extension 2 pieces of information:
Is it doable? I wasn't able to find this in the examples.
Additional context
See https://discourse.jupyter.org/t/jupyterlab-extension-to-add-a-button-to-save-the-notebook-and-launch-a-command/14844/3 and #202 (comment)
The text was updated successfully, but these errors were encountered: