@@ -92,7 +92,7 @@ is installed add common-lisp-jupyter via `(ql:quickload :common-lisp-jupyter)`.
9292` (ql:update-dist "quicklisp") ` inside a` ros run ` shell to resolve package
9393 conflicts.
9494
95- - Add the PATH in the initialization file (such as` ~/.bashrc ` )
95+ - Add the PATH in the initialization file (such as` ~/.bashrc ` - if using ` jupyter-hub ` , see ** note ** below )
9696``` sh
9797export PATH=$PATH :~ /.roswell/bin
9898```
@@ -102,6 +102,18 @@ export PATH=$PATH:~/.roswell/bin
102102ros install common-lisp-jupyter
103103```
104104
105+ ** note:** if using jupyter-hub's default set-up:
106+ * You must run the` ros install common-lisp-jupyter ` command for each user who will use lisp.
107+ * Edit` /home/${USER}/.local/share/jupyter/kernels/common-lisp/kernel.json ` , adding:
108+
109+ ``` json
110+ "env" : {
111+ "PATH" :" ${PATH}:${HOME}/.roswell/bin"
112+ }
113+ ```
114+
115+ so that jupyter-lab can find the lisp binaries. Note:` ~/.roswell/bin ` will not expand properly.
116+
105117###Running common-lisp-jupyter
106118
107119common-lisp-jupyter may be run from a local installation in console mode by the