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

Unable to edit markdown cells

Open YorkZ opened this issue 3 years ago • 1 comments

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:
   Wrong type argument: commandp, ein:markdown-edit-code-block

I installed ein from straight.el. I also went into the ein source code and searched ein:markdown-edit-code-block, while I did see:

(define-key map (kbd "C-c '") 'ein:markdown-edit-code-block)

I wasn't able to find the definition for this function.

This is my first time using ein and therefore not sure what I'm missing.

YorkZ avatar Sep 21 '22 18:09 YorkZ

The command was removed in commit https://github.com/millejoh/emacs-ipython-notebook/commit/b478940c9fc9f66e11db47349f49a1efd8247118 . The commit message does not exactly help with understanding what happened back then.

serycjon avatar Jun 14 '23 14:06 serycjon