Open bldrvnlw opened 9 months ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
Description
And external program is serving a kernel (in my case using the xeus code) and jupyverse is started with the options
In the jupyverse webserver the kernel is not visible
Note: it maybe that that I'm misunderstanding the intention of the _kernels.allow_externalkernels and _kernels.external_connectiondir options. This has also been discussed on the Jupyter Discourse Forym
AFAICT there is code to pickup and existing connection.json file but this does not configure a connectable kernel in the web interface.
Reproduce
Start an external kernel with a connection.json file e.g. :
Start jupyverse pointing to the directory containing this kernel
Expected behavior
Kernel MyKernel will be an option in the web interface
Context
I added some logger.info statements to check that the connection.json file was being read - see the ouput lines with ** below
Command Line Output
Browser Output