You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build a simple Debian package for myself, by following the manual install instructions which state "Put Emacs lisp ein*.el files and the Python file ein_remote_safe.py in a directory defined in your load-path."
However there seems to be no ein_remote_safe.py in the current git master branch. Where does this need to be obtained from ?
Also in trying to follow the minimal suggested configuration of
I run into another problem that ein-subpackages.el seems to be missing. Again I would be grateful for a clarification on how it needs to be installed.
I also tried manual install and packaging with the unmaintained branch. Even though the simple manual packaging worked however it failed to connect to jupyter sever, because of this issue. I noticed ein-subpackages.el is available in this repository though. Is it still compatible ?
The text was updated successfully, but these errors were encountered:
Thanks for heads up. README indeed does not mention those missing dependencies. The Debian package works well without them and was quite easy to package with dh-make-elpa.
I am trying to build a simple Debian package for myself, by following the manual install instructions which state "Put Emacs lisp
ein*.el
files and the Python fileein_remote_safe.py
in a directory defined in your load-path."However there seems to be no
ein_remote_safe.py
in the current git master branch. Where does this need to be obtained from ?Also in trying to follow the minimal suggested configuration of
I run into another problem that
ein-subpackages.el
seems to be missing. Again I would be grateful for a clarification on how it needs to be installed.I also tried manual install and packaging with the unmaintained branch. Even though the simple manual packaging worked however it failed to connect to jupyter sever, because of this issue. I noticed
ein-subpackages.el
is available in this repository though. Is it still compatible ?The text was updated successfully, but these errors were encountered: