emacs-jupyter/jupyter

History from REPL inside a src block

Open

#207 opened on Dec 17, 2019

 (3 comments) (0 reactions) (0 assignees)Emacs Lisp (106 forks)auto 404
help wanted

Repository metrics

Stars
 (1,028 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hello and thanks for this great package.

I use ipython and its ability of searching through command history. I see that this can be possible inside a REPL buffer. But, I was wondering if there's a way to have access to the history while I'm writing code in a src block in a org file. I tried to call 'jupyter-repl-history-next' inside a src block without success.

Thanks for any idea.

Contributor guide