Obviously but not for newbie like me, there is one key step missing and as an issue please update your installation step please i.e.
(ql:quickload :common-lisp-jupyter)
under the lisp you use (sbcl in mine as I am trying to use lisp-stat with jupyter-lab)
#--- too long don't read ---
(ql:add-to-init-file)
(ql:update-dist "quicklisp")
# not working by itsefl (cl-jupyter:install)
# --- silly of me
# working just to test asdf # (asdf:load-system "alexandria")
# not working (asdf:load-system "cl-jupyter")
# not working (asdf:load-system common-lisp-jupyter)
# not working (asdf-install:install :cl-jupyter)
# ---
(ql:system-apropos "common-lisp-jupyter") ; not"cl-jupyter")
(ql:quickload :common-lisp-jupyter)
(cl-jupyter:install)
Obviously but not for newbie like me, there is one key step missing and as an issue please update your installation step please i.e.
under the lisp you use (sbcl in mine as I am trying to use lisp-stat with jupyter-lab)