gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNU ELPA] Code-Cells version 0.5


From: ELPA update
Subject: [GNU ELPA] Code-Cells version 0.5
Date: Tue, 19 Nov 2024 17:02:59 -0500

Version 0.5 of package Code-Cells has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.

Code-Cells describes itself as:

  ==================================================
  Lightweight notebooks with support for ipynb files
  ==================================================

More at https://elpa.gnu.org/packages/code-cells.html

## Summary:

              ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
               CODE-CELLS.EL — LIGHTWEIGHT NOTEBOOKS IN EMACS
              ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━


  This package lets you efficiently navigate, edit and execute code split
  into cells according to certain magic comments.  Moreover, if you have
  [Jupytext] or [Pandoc] installed, you can also open ipynb notebook files
  directly in Emacs.  They will be automatically converted to a script for
  editing, and converted back to notebook format when saving.

  <https://raw.githubusercontent.com/astoff/code-cells.el/images/screenshot.png>

  By default, the following kinds of comment lines are recognized as cell
  boundaries:

  ┌────
  │ # In[<number>]:
  │ # %% Optional title
  └────

## Recent NEWS:

Version 0.5
- Several new editing commands.
- Integrate with repeat-mode and context-menu-mode.
- Some changed keybindings.
- More consistent handling of numeric arguments and cell ranges.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]