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 123 forks source link

error in process sentinel: Api 2 unsupported #882

Open joeforan76 opened 1 year ago

joeforan76 commented 1 year ago

I am trying to connect to a juypter lab instance running on a remote server.

The version of jupyter lab is 4.0.2 and my version of ein is 20230622.1757

I use a ssh-tunnel and connect to the server via ein:login to http://localhost:xxxx (xxxx being the port used for the ssh tunnel). So far so good, I can connect and navigate folders on the server. However when I try to create a new notebook or open an existing one I get the following error

error in process sentinel: ein:kernel-retrieve-session: Api 2 unsupported
error in process sentinel: Api 2 unsupported

It seems that there is a version incompatibility issue, but is there any workaround for this?