emacs-ipython-notebook
ergoemacs-mode
emacs-ipython-notebook | ergoemacs-mode | |
---|---|---|
18 | 10 | |
1,501 | 305 | |
0.5% | 1.3% | |
1.9 | 4.7 | |
6 months ago | about 1 year ago | |
Emacs Lisp | Emacs Lisp | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
emacs-ipython-notebook
- emacs-ipython-notebook: Jupyter notebook client in Emacs
-
Ask HN: Why don't other languages have Jupyter style notebooks?
the github source : https://github.com/millejoh/emacs-ipython-notebook
-
Mastering Emacs
I used https://github.com/millejoh/emacs-ipython-notebook at one employer and it works quite well for Jupyter. Of course Org is great but if your coworkers are unfamiliar it's probably a non-starter.
-
Bounty on ein package startup times
Looking at https://github.com/millejoh/emacs-ipython-notebook/issues this person seems to be using the github issues tracker as a combination of their personal tech support line + ranting board.
-
Replace Jupyter Notebook With Emacs Org Mode
Maybe Emacs should have went down the road to have good Jupyter notebooks support instead, even EIN's maintainer was advising against using notebooks.
-
Help with EIN
So that project was forked and this is the better location https://millejoh.github.io/emacs-ipython-notebook/
-
Maxima: A computer algebra system written in Common Lisp
Except when it doesn't work. I tried using it a few months ago on both Windows and WSL, but I had to give up. Surprisingly, EIN¹ running a Maxima kernel worked.
I was going to try again before commenting, but I broke my WSL setup last week and didn't have time to fix it yet, but I sure will try it again next month.
¹ http://millejoh.github.io/emacs-ipython-notebook/
-
Switched to VSCode... I miss Atom :(
EIN also looks good but I haven't used it.
-
I have reached Vim nirvana
From my perspective when I had to turn ML models from a "real scientist" to something I could use in production, emacs-ipython-notebooks[1] was immensely helpful for me, since it allowed to connect to the jupyter server and edit and copy things from emacs to other code places as if I'm looking at an org mode file.
I see the appeal of Jupyter notebooks for someone testing out things or experimenting, but it's a bit like a brain dump that isn't that trivial to navigate around when a second or third person is involved.
[1] https://github.com/millejoh/emacs-ipython-notebook
-
IPython Notebook layer
Hey all! I'm quite attracted by the Emacs IPython Notebook (ein) package and would love to incorporate it into my workflow. However last time I tried (about a year and a half ago) it was officially unsupported in spacemacs and my experiments led to constant headaches like undotree failing, notebooks not saving, native compilation crashing, and a reliance on elpy for IDE features (afaik the only elpy layer available can be found here, uses ESS bindings, and seems to be orphaned.)
ergoemacs-mode
-
Ad: An Adaptable Text Editor
I think you misunderstand what I am saying.
I am absolutely not saying that there is any difference in utility whatsoever. I have watched skilled exponents of Vim and Emacs perform wizardry, and I've also seen an adept of Jedit do things with plain English text that I don't know how to do in any editor.
This is absolutely not about utility or capabilities.
It's about UI.
I am aware of efforts to bring a standard modern (as in, 1990s) UI to both editors.
For Emacs there is ErgoEmacs -- https://ergoemacs.github.io/ -- which is amazing and makes it slightly usable even for me, steeped in CUA for over a third of a century.
For Vim I know of Cream -- https://cream.sourceforge.net/ -- but it seems unmaintained for a long time and when I tried it I couldn't get it working.
What I am saying is two other, quite different things:
1. Using the Linux shell is needlessly hard and complicated, because of its adamant refusal to adopt the modernised UIs of other text-mode OSes from 30+ years ago. These could be bringing the shell into harmony with the GUI, making the experience better, and it would be trivially easy to set things up so that experienced users with their own ways of doing things were not inconvenienced at all.
2. As a result of this refusal, or even of this blank ignorance and lack of curiosity in how other OSes and other platforms modernised text-mode apps, the dominant tools in Linux and other FOSS xNixes have no standadisation. Even when there are TUIs driven by ncurses or whatever, they're all different and all inconsistent. There's no need for it. It's wasting everyone's time.
In other words, the tools don't need to be different from one another and they don't need to look and work so differently from in GUI desktops.
- ErgoEmacs: The classic editor, brought up to speed with post-1990s UI standards
-
Modeless Vim
It's a tiny tweak that gives something like 1% of the functionality.
The real, useful, working CUA mode for Emacs is here:
https://ergoemacs.github.io/
- A Quick start Guide to 'ergoemacs-mode'
-
How to type “blimpy” in Emacs? [video]
If you start with framework you might not learn enough to solve problems later, but using it later to simplify your config should be ok. For example ergoemacs http://ergoemacs.github.io/ is a nice way to make Emacs more ergonomic and easier to use(if having problems with default configuration).
- Mastering Emacs
-
Emacs 29 is nigh What can we expect?
For example I use https://github.com/ergoemacs/ergoemacs-mode, with some commands that I have acquired as muscle memory from using Emacs/mg for long. And still I use nano when I need to do small edits to a file. I also do it almost without thinking about it, especially when doing "sudo nano whatever". Mg should be better for me, but nano is engraved into my palms for some reason.
-
[Ergoemacs] Missing ergoemacs-fixed-key and ergoemacs-key functions?
That documentation seems very outdated. The changelog is from 2013 and that function was removed (according to an issue) before 2015.
-
Emacs Modernization: Simple Changes Emacs Should Adopt
Xah Lee and friends maintains a mode called ErgoEmacs that implements most of the changes he proposed: https://github.com/ergoemacs/ergoemacs-mode
What are some alternatives?
doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]
persp-projectile - Projectile integration for perspective.el
jupyter - An interface to communicate with Jupyter kernels.
unicode-fonts - Configure Unicode fonts for Emacs
code-cells.el - Emacs utilities for code split into cells, including Jupyter notebooks
goto-chg