jupyterlab-monaco icon indicating copy to clipboard operation
jupyterlab-monaco copied to clipboard

A JupyterLab extension providing the Monaco editor

Results 15 jupyterlab-monaco issues
Sort by recently updated
recently updated
newest added

I met the following error when run `yarn run build` node_modules/@jupyterlab/rendermime/lib/widgets.d.ts(7,31): error TS2420: Class 'RenderedCommon' incorrectly implements interface 'IRenderer'. Types of property 'title' are incompatible. Type 'Title' is not assignable...

This is the prolongation of #22 pushing for higher integration of monaco in Jupyterlab by replacing CodeMirror editor services. This is highly experimental and raises questions. *LSP integration* - LSP...

Looks like commits are a year or more old. I find this repor to be a super great idea, so its sad if it has stopped. Maybe somebody else carried...

![test](https://user-images.githubusercontent.com/21155566/55312811-f002fa80-5498-11e9-8bb7-662cd6329f0d.gif)

As I'm experiencing troubles setting up the right dev environment on WSL, I thought it useful to solve it in an issue here. I'm on WSL x64 (Ubuntu 16.04) using...

Is it time to publish this extension to npm?

Here we can discuss the future plans for LSP integration 👍 WIP PR: https://github.com/jupyterlab/jupyterlab-monaco/pull/12

here is a minimal set of changes i needed to get jupyterlab-monaco to build and run while importing monaco-languageclient

[R-Brain/jupyterlab](https://github.com/R-Brain/jupyterlab/blob/master/packages/monaco-extension/src/index.ts) has a implementation of `monaco` on jupyterlab, but on a very old version. Depending on my experience on their [website](https://r-brain.io/), their implementation is quite good, they even integrated `monaco`...