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

add info for jupyterlab > 3.0 #879

Closed martin-liu closed 1 year ago

martin-liu commented 1 year ago

I have encountered an issue with logging in to JupyterLab (v3.5) lately. Upon investigation, I discovered that jupyter notebook list --json is returning empty. Based on this Stack Overflow post, we need to use jupyter server list --json for JupyterLab versions above 3.0.

I tested (setq ein:jupyter-server-use-subcommand "server"), and it resolved the issue.

Therefore, I created this PR to add some description of this solution.

martin-liu commented 1 year ago

@dickmao please take a look, thanks!

CI build seems broken unrelated to this PR.

dickmao commented 1 year ago

Thanks.

martin-liu commented 1 year ago

@dickmao great, thank you!