code-cells.el icon indicating copy to clipboard operation
code-cells.el copied to clipboard

Emacs utilities for code split into cells, including Jupyter notebooks

Results 13 code-cells.el issues
Sort by recently updated
recently updated
newest added

When point is at the page delimiter, `forward-page` just skips to the end of it. But `code-cells-forward-cell` then "resets" the pointer to the beginning of line which makes it impossible...

Hi, is there a convenient way to not modify the original notebook when opening it? I ended up messing up the original.

Dear Maintainer, I stumbled across the following strange behavior when using code-cells with evil mode: ## Description When invoking `:e!` (equivalent to `revert-buffer`) from evil mode in an `.ipynb` file,...

Emacs version: GNU Emacs 29.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.37, cairo version 1.16.0) Configuration: ``` #+begin_src sh pip install jupyterlab jupytext #+end_src ``` ``` #+begin_src emacs-lisp (use-package code-cells :config...

Thanks for the package. It is amazingly lightweight and fantastic. I am glad to find it. I felt it is missing functions like: 1) Evaluate Current cell block and move...

Thanks for creating this package! I enjoy the minimalist Jupyter-like workflow of `python-mode` when combined with `code-cells.el` and `comint-mime`. While testing it out, I discovered that the following example file...

Hi, first of all thanks for the great package. Have been using it for more than a year now. The one thing that I would like to implement at some...

I get the following error: "json-read: JSON readtable error:" whenever I run `code-cells-convert-ipynb()` backtrace ``` Debugger entered--Lisp error: (json-readtable-error 35) signal(json-readtable-error (35)) json-read() code-cells--guess-mode() code-cells-convert-ipynb() ```

I wanted something like Org Mode's special edit for the markdown cells. I then found poporg while searching for a solution. It will auto detect the comment prefix to strip...

Using the code from python-cell (https://github.com/twmr/python-cell.el ) , I've added a new face for highlighting the active cell (see screenshot below) . Other than this, I've also expanded the defaults...