jupyterlab-monaco
jupyterlab-monaco copied to clipboard
A JupyterLab extension providing the Monaco editor
Hi, Like the default editor, we should be able to connect a console and run code with Shift+Enter
Is there a way to install custom language highlighting-support? As I understand it, highlighting ist not handled by LSP yet, so it has to installed independently.
I made some modification on original jupyterlab application, so I need to run the dev mode. I got such error after running `jlpm run add:sibling ./extensions/jupyterlab-monaco`(I placed the `jupyterlab-monaco` repo...
There is a weird behavior observed in my setup: After a file is open and then closed with Monaco, when it is open the second time, the following error message...
Really excited about this extension! It seems the text editor settings for key mapping and editor theme don't apply to Monaco, is that correct? Is it possible to add vim...