ipywidgets
ipywidgets copied to clipboard
Question: Is there a way to get current cell inside of custom widget code in JupyterLab
I am trying to make a widget which saves state to cell metadata.
To do it I need to know current cell or to know the cell widget view is attached to.
There is a Jupyter.notebook.get_selected_cell() metho in IPython notebooks, which can be used for it is there any way to do it in JupyterLab right now?