yitzchak / common-lisp-jupyter

A Common Lisp kernel for Jupyter along with a library for building Jupyter kernels.
https://yitzchak.github.io/common-lisp-jupyter
MIT License
225 stars 28 forks source link

Minor issue but missing one key step in installation #89

Closed kwccoin closed 2 years ago

kwccoin commented 2 years ago

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)
yitzchak commented 2 years ago

Thanks! Fixed.