Eric Charles

Results 535 comments of Eric Charles

Thx @jtpio for logging this. I can share for now https://github.com/datalayer-examples/jupyterlab-extensions-example/blob/main/test/lumino-inject.spec.ts which aims to showcase generic dependency injection based on Lumino. I will feed more there and document what could...

I talked with a few users and they still want need to just `pip install jupyterlab` and have a fully featured installation with all the existing extensions and traitlets configuration,...

https://github.com/jupyter/trademark/issues/7 returns a 404 (prolly private repo) I came to the jupyter ecosystem roughy 2 years ago and the first difficult this I had to deal with was building my...

> The EC is working on setting up a project wide Figma account that everyone can use. That would be wonderful. I link here https://github.com/jupyterlab/team-compass/issues/196 opened by @SylvainCorlay as a...

Hi Kevin, I have applied the [static diffs](https://gist.github.com/echarles/89f799fd414d25234373f1c71da6922b) and kernel name is correctly displayed in both [1] notebook with nbclassic+jupyter_server+kernel_mgmt AND [2] also with plain normal notebook (for this last...

> Are you able to enumerate what the changes actually are? (This is one of the remaining items in jupyter/jupyter_server#112 and it would be great to reference that enumeration.) Well,...

PS: It is all over spread in various repos and prolly the nbclassic is not impacted at all by this discussion. In another way, it may be a good place...

> I agree that "kernel specs" are a bit overloaded with JKM. There's the kernel spec that is returned by all providers vs. the kernel spec that is stored in...

Is it related to https://github.com/jupyter/nbclassic/pull/54? Same comment as https://github.com/jupyter/nbclassic/pull/54#issuecomment-1301911910 - Would be great to have an issue to discuss this feature.

The `shim_config_from_notebook_to_jupyter_server`.is implemented in the `notebook_shim` repo https://github.com/jupyter/notebook_shim in https://github.com/jupyter/notebook_shim/blob/189915e9ff4b1c926c9439211fdf7f6767c1bb77/notebook_shim/shim.py#L145-L149 Should this issue be move the the notebook_shim repo?