You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When jupyter is started on a drive which is different from the drive where cl-jupyter was installed, the cl-jupyter kernel does not start any more on Windows. This failure is caused by registration code in cl-jupyter.lisp:
On Windows (directory-namestring *load-truename*) does not include the drive letter. Therefore, if the lisp kernel is started from a drive different, it fails. I have fixed this locally in cl-jupyter.lisp like so:
When jupyter is started on a drive which is different from the drive where cl-jupyter was installed, the cl-jupyter kernel does not start any more on Windows. This failure is caused by registration code in
cl-jupyter.lisp
:On Windows
(directory-namestring *load-truename*)
does not include the drive letter. Therefore, if the lisp kernel is started from a drive different, it fails. I have fixed this locally incl-jupyter.lisp
like so:This works on SBCL and Clisp. I'm not sure about other lisp flavors
WetHat
The text was updated successfully, but these errors were encountered: