✨ Support for python/julia/R interpreter selection and jupyter
Is your feature request related to a problem? Please describe.
I like that I can do all my coding on vscode even my data science work but there is no native ide that has an all in one like this on my mac.
Describe the solution you'd like
In vs code, I can install the python or julia extensions together with the jupyter extension.
I can find all my interpreters even in conda environments and choose them at runtime in jupyter notebooks, be they julia or python interpreters.
Would you consider adding support for these? Even as extensions?
Describe alternatives you've considered
Not sure
Additional context

We are still working on our extension API. And it will take some time before it ready for proper use. The idea for this kind of functionality is that the community can build them themself using the API. So no, this will likely not be high on our priority list, if at all.
What we can do is look into what kind of API functions are required so that other people can develop these kind of extensions.
Thanks!
Yeah as long as it allows for its creation that would be great, I think the notebooks need to be able to render ipython https://blog.jetbrains.com/pycharm/2014/12/feature-spotlight-ipython-notebook-inside-an-ide/ but I'm not sure.
I saw some a diagram of how the architecture works if this helps https://medium.com/@fengliplatform/zmq-and-jupyter-notebook-kernel-223e3bf9ff54 seems it zeromq is used between the jupyter gui and jupyter kernel.
But there is also the jupyter kernel part which needs to be implemented.