I am currently in the process of developing a customized front-end extension for Jupyter Notebook. I plan to have buttons on both the Notebook Dashboard and Editor that will trigger various actions.
Similar to the existing "Move" and "Duplicate" buttons, this extension will impact single or multiple files. An example of what the resulting button might look like is shown below:
https://i.sstatic.net/Ymsg0.png
Thanks to this helpful tutorial, I have successfully added buttons to the toolbar in the Notebook Editor. However, I am still facing challenges when it comes to incorporating actions into the toolbar on the Dashboard.