emacs-ipython-notebook icon indicating copy to clipboard operation
emacs-ipython-notebook copied to clipboard

Jupyter notebook client in Emacs

Results 42 emacs-ipython-notebook issues
Sort by recently updated
recently updated
newest added

Hi, For visually impaired user, after executing cell, one must find the output cell to read it's content. I think it would be great if we have a feature to...

Please help, since recently (likely a fc38 update), I am unable to use ein anymore. I am running in `emacs -Q -f package-initialize -f ein:dev-start-debug` mode. When executing `ein:run`, I...

``` GNU Emacs 29.1 (build 2, x86_64-w64-mingw32) of 2023-07-30 EIN version is 20230622.1757 ``` notebooklist buffer starts with `Contents API 5` Notebook in Emacs: ``` In [1]: %load_ext autotime In...

Hi. I'm running latest spacemacs devel + latest ein package update (ein-20230622.1757). Complete backtrace looks like following: ``` Debugger entered--Lisp error: (wrong-type-argument stringp nil) propertize(nil face ein:markdown-url-face) ein:markdown-eldoc-function() apply(ein:markdown-eldoc-function nil)...

In macOS 12.6 Darwin Emacs 28.2, I cannot run the process. Whenever I try to run it there is this error message: ``` ein: [info] ein:jupyter-server--run: /opt/homebrew/bin/jupyter notebook --notebook-dir=~/dev/ --debug...

I am trying to connect to a juypter lab instance running on a remote server. The version of jupyter lab is 4.0.2 and my version of ein is 20230622.1757 I...

Trying to `M-x package-install ein` results in the following error ``` package--with-response-buffer-1: https://melpa.org/packages/with-editor-20200720.2014.tar: Not found ``` - Emacs version : 28.2 - Platform : Debian/GNU Linux v12 (Bookworm)

When saving a notebook with EIN, it adds by default the following metadata to all cells: ``` "metadata": { "collapsed": false }, ``` However, web-based editors don't. Is there any...

Steps: 1. Open a `.ipnb` file 2. Press 'C-c C-o' to open it in `ein` 3. Move point to a markdown cell 4. Press `C-c '` 5. Got the error:...