Violet Shreve

Results 44 comments of Violet Shreve

This is a pretty difficult challenge to address because the `ServerApp` is the main object of `jupyter_server`, and it needs a lot of other imports. There are a few tiny...

Right, but could you say more about your use case? You say you want to > programmatically discover running Jupyter servers Jupyter offers a way to do this using a...

You know what, upon looking at the low-hanging fruit, there's a pretty obvious one. `rfc3987_syntax` is taking up 69% of GitHub4LP's import time, and about 74% of mine. That library...

In another issue ultimately referencing `rfc3987_syntax` (https://github.com/jupyter/nbformat/issues/420#issuecomment-3483056460) , I found the recommendation that installing `rfc3987` improves import time. If you have that library installed, `jsonschema` will use it instead. In...