.TH CADABRA2IPYNB 1 "Jan 22, 2019" "" "" .\" .\" Man page written by Kasper Peeters .\" .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 3 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License .\" along with this program; if not, write to the Free Software .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. .\" .\" .SH NAME cadabra2ipynb \- convert Cadabra2 notebooks to Jupyter notebooks .SH SYNOPSIS .BR "cadabra2cadabra [cadabra notebook file (.cnb)] [Jupyter notebook file (.ipynb)]" .SH DESCRIPTION .B The Cadabra2-Gtk notebook front\-end for Cadabra2 produces notebooks in a JSON format, but these notebooks are not compatible with Jupyter notebooks. This command converts Cadabra notebooks to Jupyter notebooks, which can be executed using the Cadabra Jupyter kernel. .SH SEE ALSO .BR cadabra2-gtk (1), cadabra2 (1) See the web page at .BR "https://cadabra.science/" for more information and up\-to\-date sample notebooks. .SH AUTHORS Kasper Peeters