kpeeters / cadabra2

A field-theory motivated approach to computer algebra.
https://cadabra.science/
GNU General Public License v3.0
216 stars 37 forks source link

Separate out Cadabra's notebook interface to make it useful as a frontend to other systems #145

Open kpeeters opened 5 years ago

kpeeters commented 5 years ago

Cadabra's notebook interface can already be used to work with Sympy, but it still requires installing the entire Cadabra software. It may be useful to separate the interface from the core, or at least provide a build option which only builds the notebook interface. It may even be useful to have the option to talk to any of the Jupyter kernels, instead of the Cadabra kernel.

Some related discussion on the Sympy mailing list at https://groups.google.com/forum/#!topic/sympy/urfSrM6uuUA .