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

Added documentation re: json-readtable-error to help debug it #148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,18 @@ Essentially the instructions boil down to
quick fix. Otherwise feel free to cut an issue - I'll do my best to
help.

*** When I start Emacs or initialize =ob-ipython=, I get =json-readtable-error=

If you get this error, there's most likely a problem with Emacs talking to =jupyter= or
=ipython=. Try running ~M-! jupyter --version~ and see what you get. If you get a message indicating
that it didn't recognize =jupyter=, then try making sure you've configured your PATH correctly with
something like [[https://github.com/purcell/exec-path-from-shell][exec-path-from-shell]].

If this doesn't work, get exactly what is going wrong by invoking ~M-x debug-on-entry RET
json-read~ followed by triggering the bug. This should help narrow down what exactly is going
wrong. Check your virtualenv and make sure that the ~M-! jupyter --version~ command from earlier
isn't returning garbled text.

** Alternatives
*** Why not use IPython notebook?

Expand Down