jtpio / ipylab

Control JupyterLab from Python Notebooks with Jupyter Widgets 🧪 ☢️ 🐍

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add commands and expose the palette

jtpio opened this issue · comments

At the moment it's possible to execute commands.

It would be interesting to see if it makes sense to also be able to add commands to the command registry, and also to the palette.

Executing a user defined command would trigger an event back to the kernel where the command would be executed.