Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable sparql processing for a cell #36

Open
micheldumontier opened this issue Apr 18, 2019 · 4 comments
Open

disable sparql processing for a cell #36

micheldumontier opened this issue Apr 18, 2019 · 4 comments

Comments

@micheldumontier
Copy link

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

@alexisdimi
Copy link

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

@micheldumontier
Copy link
Author

What is the precise command to do that?

@alexisdimi
Copy link

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

@paulovn
Copy link
Owner

paulovn commented Jul 7, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants