Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files missing for manual install instructions ? #672

Closed
balbirthomas opened this issue Feb 22, 2020 · 3 comments
Closed

Files missing for manual install instructions ? #672

balbirthomas opened this issue Feb 22, 2020 · 3 comments

Comments

@balbirthomas
Copy link

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

(require 'ein)
(require 'ein-notebook)
(require 'ein-subpackages)

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 ?

@dickmao
Copy link
Collaborator

dickmao commented Feb 22, 2020

Any information at https://github.com/tkf/emacs-ipython-notebook is obsolete.

An appeal to hide that repo from Google results has already been made at tkf/emacs-ipython-notebook#205.

Please refer to this repo's README for install instructions.

@dickmao dickmao closed this as completed Feb 22, 2020
@balbirthomas
Copy link
Author

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.

The documentation I was referring to, which mentions those missing dependencies was https://millejoh.github.io/emacs-ipython-notebook/ which links to this git repository.

@dickmao
Copy link
Collaborator

dickmao commented Feb 22, 2020

https://millejoh.github.io/emacs-ipython-notebook/

Also largely obsolete. I'd stick to the README to get 90% of what you need to know, and C-h m for the rest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants