Closed kxshu closed 4 years ago
The error message says jupyter-all-spark-notebook
is unable to find ijskernel
in its PATH
. To work around this issue, you could install IJavascript kernelspec using full paths, like this:
ijsinstall --spec-path=full
So I've done this but I am still getting the error. Any thing else to try?
If ijsinstall --spec-path=full
worked, the error message should've changed.
What do you get when you run jupyter kernelspec list --json
?
For me, there was a ~/.share.... Version of the kernel.json that it was reading first. When I removed that, it worked. Thanks
On Fri, Jan 31, 2020, 2:51 AM Nicolas Riesco notifications@github.com wrote:
If ijsinstall --spec-path=full worked, the error message should've changed.
What do you get when you run jupyter kernelspec list --json?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/n-riesco/ijavascript/issues/206?email_source=notifications&email_token=AAOXGUNV5EDB4NDGTBRGTL3RAPRBZA5CNFSM4J2Z7AY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKN6Q6Y#issuecomment-580642939, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOXGUMRY7CLFZJFWDIGPHDRAPRBZANCNFSM4J2Z7AYQ .
I am running this kernel in jupyter-all-spark-notebook of docker. And when i was running this kernel in launcher, I just got those messages. so how can i fix this?