jupyter
jupyter copied to clipboard
M-x jupyter-repl-associate-buffer does not associate non-python buffers
thank you for emacs-jupyter. I'm trying it for a week and it looks like working solution.
I just stumped upon following workflow I'd like to have running: When I browse some python documentation in w3m, I'd like to evaluate it in some python jupyter REPL. For that I hoped following would work:
- while within w3m buffer: M-x jupyter-repl-associate-buffer (- new REPL is started)
- M-x jupyter-repl-interaction-mode (- keybindings for interaction with REPL are created)
- mark some python region, then C-c C-c brings error: (wrong-type-argument "Not a valid client" nil jupyter-current-client)
Is it bug or am I doing anything wrong?
Getting the same issue with wolfram-mode.