Open somelinguist opened 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.
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?
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?