Skip to content

fakeGenuis/jupyter-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

jupyter+

A extension package for jupyter, which rewrite some functions in jupyter-org-extensions.el with more modern packages (like transient and consult etc).

Intro

  1. Why not an extension to org mode?

    Keybindings in this package do actually not restrict to, but it invoke many useful functions in jupyter. And if one need key menus to navigate between blocks, it will be much possible in jupyter session.

Features

  1. transient navigation panel
  2. jump src block with consult

TODOs

  1. [ ] better jupyter-org--annotate
  2. [ ] better src block header editing
  3. [ ] also kill header line when jupyter-org-kill-block-and-results
  4. [ ] add grouping and narrowing to jupyter-org-consult-block
  5. [X] display ansi color of src block result maybe by src block language and :result keyword
  6. [ ] highlight current selected
  7. [ ] center after navigation

Installation

with doom emacs

(package! jupyter+
  :recipe (:host github
           :repo "fakeGenius/jupyter+"))

Configuration

(use-package! jupyter+
  :commands jupyter-org-transient
  (map! :map jupyter-org-interaction-mode-map
        :n "\\" #'jupyter-org-transient))

Issues

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published