BrickSchema / docs

Online developer-focused documentation for the use of Brick. Hosted at https://docs.brickschema.org
Other
9 stars 5 forks source link

jupyter build error: jupyter_client.kernelspec.NoSuchKernel: No such kernel named sparql #2

Closed oising closed 3 years ago

oising commented 3 years ago

image

oising commented 3 years ago

ok, stumbled around google until I found https://github.com/paulovn/sparql-kernel

Did:

pip install sparqlkernel
jupyter sparqlkernel install

which mostly worked:

image

so now jupyter seems to have what it needs, but it still won't compile the html:

image

I'm running python 3.9.

oising commented 3 years ago

ok, I figured it out -- python3 asyncio library is not implemented completely on windows. I switched to WSL and got it working, but regardless - you guys should also put the instructions for installing sparql into jupyter.

pip3 install sparqlkernel
jupyter sparqlkernel install --user

^ it seems using --user scope is less invasive.

gtfierro commented 3 years ago

Sorry for the late reply! For some reason I'm not getting notifications on many of the repos anymore.

Thanks for the time you spent digging into the issue; it is too bad there is a dependency on asyncio that isn't functional on Windows. Hopefully that is something that gets remedied soon!

I've updated the README to include these instructions: https://github.com/BrickSchema/docs/commit/9837c9320369c8c3dd073da974263a1a2147b268