I'd like to try using maxima on jupyter (Windows). I was made aware that there is a maxima kernel for jupyter named maxima-jupyter (https://github.com/robert-dodier/maxima-jupyter).
I installed maxima using chocolatey and tried to follow the steps given on https://github.com/robert-dodier/maxima-jupyter. Regarding the step where I need to install Quicklisp, I tried doing it using command line maxima like this:
Maxima 5.44.0 http://maxima.sourceforge.net
using Lisp SBCL 2.0.0
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) load("quicklisp.lisp");
==== quicklisp quickstart 2015-01-28 loaded ====
To continue with installation, evaluate: (quicklisp-quickstart:install)
For installation options, evaluate: (quicklisp-quickstart:help)
(%o1) quicklisp.lisp
(%i2) (quicklisp-quickstart:install);
(%o2) quicklisp - install
(%i3)
Quicklisp prompts me with "quicklisp - install" and I have no idea what to do next.
Did I do something wrong with my preceding steps or should I install SBCL on my device and install quicklisp using that?