sparql-kernel icon indicating copy to clipboard operation
sparql-kernel copied to clipboard

disable sparql processing for a cell

Open micheldumontier opened this issue 5 years ago • 4 comments

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

micheldumontier avatar Apr 18 '19 21:04 micheldumontier

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

alexisdimi avatar Jul 04 '19 15:07 alexisdimi

What is the precise command to do that?

micheldumontier avatar Jul 05 '19 07:07 micheldumontier

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

alexisdimi avatar Jul 07 '19 12:07 alexisdimi

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

paulovn avatar Jul 07 '19 21:07 paulovn