holzschu / Carnets

Carnets is a stand-alone Jupyter notebook server and client. Edit your notebooks on the go, even where there is no network.
https://holzschu.github.io/Carnets_Jupyter/
BSD 3-Clause "New" or "Revised" License
567 stars 34 forks source link

Coconut kernel #212

Open somelinguist opened 2 years ago

somelinguist commented 2 years ago

Is it possible to add Coconut (http://coconut-lang.org/) as a kernel?

It’s a functional dialect of Python, which can be installed as a package into any version of Python.

I can successfully install it in both Carnets and a-Shell with pip install --no-deps --upgrade coconut pyparsing.

Installing the package itself should provide what is needed for the kernel:

https://coconut.readthedocs.io/en/latest/DOCS.html#ipython-jupyter-support

Would it be possible to add it as a kernel in Carnets if the package is installed?