We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here are some of the version info
Emacs 25.3 on macOS org-mode: 20171205 ob-ipython 20180224.953 Jupyter: 4.3.0 IPython: 5.8.0 Python 2.7.14
When I run any code, Emacs freezes and I have to force quit. #+BEGIN_SRC ipython :session :results raw drawer a = 1 #+END_SRC
I have been using ob-ipython for about 1 year without problem. I recently updated a bunch of emacs packages. That might have caused some problem.
I think the problem is with the kernel. When I run it with a remote IPython kernel, it works. Is there a way to check what is causing the problem?
The text was updated successfully, but these errors were encountered:
I can't get it working on my Mac anymore... i believe it's due to update in IPYTHON
Sorry, something went wrong.
No branches or pull requests
Here are some of the version info
Emacs 25.3 on macOS
org-mode: 20171205
ob-ipython 20180224.953
Jupyter: 4.3.0
IPython: 5.8.0
Python 2.7.14
When I run any code, Emacs freezes and I have to force quit.
#+BEGIN_SRC ipython :session :results raw drawer
a = 1
#+END_SRC
I have been using ob-ipython for about 1 year without problem. I recently updated a bunch of emacs packages. That might have caused some problem.
I think the problem is with the kernel. When I run it with a remote IPython kernel, it works. Is there a way to check what is causing the problem?
The text was updated successfully, but these errors were encountered: