Hello Didier, the recently merged kernel discovery mechanism might be what you are looking for: https://github.com/jupyter/jupyter_client/pull/261
The idea is to implement kernel providers that can detect for example conda environments, Python virtual environments, or in your case Clojure projects. Your kernel provider would list every detected project as a separate kernel, but you don't have to manually create a kernel.js for every project. Hope that helps, Roland -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/244106e3-8aad-46d9-9ea3-f945d7ad1363%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
