JupyterLab can use `Ctrl-Enter` to send text in markdown cell to console, if the code is enclosed with language specifier such as ```python a = 1 ``` We could potentially do that.
JupyterLab can use
Ctrl-Enterto send text in markdown cell to console, if the code is enclosed with language specifier such asWe could potentially do that.