pineapple icon indicating copy to clipboard operation
pineapple copied to clipboard

FEATURE: read registered Jupyter kernels and enable launch

Open mangecoeur opened this issue 10 years ago • 2 comments

Jupyter now supports all kinds of kernels which can be installed independently of the Jupyter notebook server itself. These are registered with the kernel by creating kernel definition files in a specific folder: https://ipython.org/ipython-doc/dev/development/kernels.html

It should be possible to configure the Jupyter instance inside pineapple to read these definitions and run the appropriate kernel. This would make it possible to connect to a custom python environment (e.g. you could install Anaconda and use it's ipython kernel) as well as support kernels in other languages (e.g. Julia or R).

mangecoeur avatar Sep 17 '15 14:09 mangecoeur

This one is high priority. Many people want to use their existing Anaconda setup with all their packages, I like the idea of having a default Python included but then being able to configure other kernels.

nwhitehead avatar Sep 17 '15 16:09 nwhitehead

I would love a PyPy3 kernel, perfect for numerical experimentation, easier than C++/Cling, faster than Python.

CrazyPython avatar Sep 28 '19 18:09 CrazyPython