emacs-jupyter/jupyter

Make usage of zmq module optional when using REST interface

Open

#176 opened on Aug 30, 2019

 (13 comments) (2 reactions) (0 assignees)Emacs Lisp (106 forks)auto 404
enhancementhelp wanted

Repository metrics

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

Description

I saw in the README that emacs-jupyter can now communicate with Jupyter using its REST API. Instructions are provided on Reddit.

Unfortunately, it looks like the usage of modules (which were required for 0mq communications) is still enforced, making it impossible to use the package on, e.g., a standard Debian installation of Emacs.

Since modules will likely not be enabled by most of the distros, this seems like a big impediment to adoption. Is it feasible to make modules optional?

Contributor guide