paulovn / sparql-kernel

A Jupyter kernel to launch queries against SPARQL endpoints
BSD 3-Clause "New" or "Revised" License
98 stars 17 forks source link

new installation instructions for sparql kernel? #45

Closed markwilkinson closed 4 years ago

markwilkinson commented 4 years ago

Hi!

It looks like Jupyter (4.4) has changed its API. The command line for installing kernels (is barely documented!) appears to be :

jupyter kernelspec install XXX

Do you know what XXX will be for sparql-kernel? I've tried several "obvious" things, but none of them work.

Advice appreciated!

Mark

markwilkinson commented 4 years ago

solved it