emacs-ipython-notebook icon indicating copy to clipboard operation
emacs-ipython-notebook copied to clipboard

Jupyter notebook client in Emacs

Results 42 emacs-ipython-notebook issues
Sort by recently updated
recently updated
newest added

I am attempting to integrate lsp-mode when I am inside a ein notebook cell, it's not working as expected, I am getting `LSP[Disconnected]` or "No workspaces associated with the current...

I would expect ein to be able pick up my poetry jupyter kernel: ```python > poetry run jupyter kernelspec list Available kernels: python3 /Users/dguim/Library/Caches/pypoetry/virtualenvs/llama-app-backend-BtvjZBul-py3.11/share/jupyter/kernels/python3 ``` Of course I would be...