millejoh / emacs-ipython-notebook

Jupyter notebook client in Emacs
http://millejoh.github.io/emacs-ipython-notebook/
GNU General Public License v3.0
1.47k stars 122 forks source link

Input of the cells in one buffer, output of the cells in other buffer #745

Closed mmajewsk closed 4 years ago

mmajewsk commented 4 years ago

Hi, I would like to ask if its possible to use ein in such way that there would be two buffers for the same notebook, one with input, and other with output?

dickmao commented 4 years ago

That's more than a little work. I would use elpy here. Instead of sending input from an .ipynb file, elpy sends directly from a .py file which is infinitely preferable.