I’m trying to write a Jupyter lab 4 extension and want to add a markdown cell, but when I do it renders as a raw cell in the ui. Am I doing something wrong. This is my code:
JupyterLab’s shortcuts, are also executable from an extension. You could begin with an insertion command notebook:insert-cell-below, then change it to a markdown cell notebook:change-cell-to-markdown.