paulovn / sparql-kernel

A Jupyter kernel to launch queries against SPARQL endpoints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

disable sparql processing for a cell

micheldumontier opened this issue · comments

It looks like every cell is sent to the sparql endpoint. is there a way to disable that?

Change a cell type to "raw". That's provided by the notebook, no need for sparql-kernel to do anything.

What is the precise command to do that?

The command is "r" in command mode, see Notebook Basics. Google "jupyter raw cells" if you need more help.

You can also change the cell type through the cell menu (Cell -> Cell Type -> Raw NBConvert)