Open hauter opened 1 year ago
There is no way around Issue 1. We try to guess the path, but if the implementation can't tell us the correct one then the user will need to specify via (clj:install :bin-path "/opt/homebrew/bin/sbcl")
I'll have to look into the second issue. There has likely been a change in the Jupyter protocol.
1. Create kernel.json with mistake
After
(cl-jupyter:install)
, the kernel.json will be this:but:
I have to change '/opt/homebrew/Cellar/sbcl/2.3.4/libexec/bin/sbcl' => '/opt/homebrew/bin/sbcl'
2. Auto completion doesn't work well with jupyter-lab (command:
jupyter-lab
):And works well with jupyter-notebook (command:
jupyter notebook
)3. Some Env information: