jtpio / ipylab

Control JupyterLab from Python Notebooks with Jupyter Widgets 🧪 ☢️ 🐍
BSD 3-Clause "New" or "Revised" License
199 stars 13 forks source link

Adding menus? #141

Open pauleve opened 6 months ago

pauleve commented 6 months ago

Hello, I'm looking for extensions allowing to dynamically create menus (on the main menubar) from Python code. And it seems that ipylab is quite close to that. Does ipylab support adding menus from Python? Would it be difficult to extend it to that? (I can try to give a hand on that, but I've no experience so far with jupyterlab extensions...)

jtpio commented 3 months ago

Thanks @pauleve.

Currently this is indeed not implemented, but could be added. If you would like to give it a shot, that would be great, thanks!