Nicholas Bollweg

Results 1256 comments of Nicholas Bollweg

> I need this because sql-language-server is a node process so I need to dynamically find the npm module. Look further in that example, i guess: ending up with a...

Welp, it looks like we can try out the lab settings side of the house now: https://github.com/jupyterlab/jupyterlab_server/releases/tag/v2.9.0 So, concretely, you'd have `data_files` like: ``` data_files=[ ("share/jupyter/lab/static/settings/overrides.d/", ["sparksql-and-trino-lsp.json"]), # ... the...

Sorry, missed this at some point due to holiday stuff. > alternative do I have while this new feature becomes more mainstream There are now several release out that have...

The existing third party plugin sounds like it would be ideal... Would have to look into it, but if the command it offers is available from the "open with" menu,...

Also see: https://github.com/martinRenou/jupyterlab-fileopen

Yeah tying into the "running" tab would be ideal... that was one of the nice things about the kernel approach (though you'd just see the one "manager" kernel, not each...

remember when i said i would be better about doing more manageable chunks of work? well... I started taking a look at what it would take to add a hierarchical...

![Screenshot from 2019-11-18 08-08-42](https://user-images.githubusercontent.com/45380/69055000-c6242700-09da-11ea-902b-d2c0f291517d.png)

Action chains do work, but are non-obvious... I had to ctrl+shift drag something once (nightmares). I'll see i can dig it up.

Sure, I guess if it's what we need. Some questions for discussion: - is the any reason we'd _not_ want to blanket allow filtering _any_ message? - we could probably...