ob-ipython
ob-ipython copied to clipboard
org-babel integration with Jupyter for evaluation of (Python by default) code blocks
Is it possible to use the debugger in a source block, in the same way that you can for jupyter? I get the following error: `StdinNotImplementedError: raw_input was called, but...
Dash 2.18.0 now subsumes `dash-functional`. See https://github.com/magnars/dash.el/blob/master/NEWS.md#from-217-to-218
Maybe this can be changed into `cl-lib` so the startup warning `package cl is deprecated` can be suppressed. https://github.com/gregsexton/ob-ipython/blob/7147455230841744fb5b95dcbe03320313a77124/ob-ipython.el#L44
Hi I am running Ubuntu 16.04, upgraded to pip 9.03 (because pip 10 has a bug), running emacs git master from June. I installed your package via melpa, then I...
ob-ipython is great and works well, it is breaking other functionalities. It may be too vague, but weirdly enough, after loading ob-ipython, I cannot export other org files to pdf...
The cdr of the org-src-lang-modes elements is a symbol, giving it to intern as an argument causes an error. For me the error occured because I have the/a bash kernel...
I ingest variables from `org-mode` tables using org properties and `ob-ipython`. Today, the length of my table (a list of lists) along with the variable declaration statement exceeded 4,096 characters...
Hi there, Checking up system-type beforehand masks the python-shell-interpreter variable, which may not be a good decision. What do you think about that ?
Hi, Simply that: my code is as follows: ``` #+BEGIN_SRC ipython :session :results raw drawer [code] #+END_SRC ``` However, the results are shown in a different buffer with a link...
Hi, ob-ipython works fine for me on windows, but i just tried it on my ubuntu machine, and i got this error: please could you have a look? Yi [0;31m---------------------------------------------------------------------------[0m...