Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

notebook-navigator

URL: https://github.com/GCBallesteros/NotebookNavigator.nvim/

Maintainers: Gaetan Lepage


A Neovim plugin for navigating and managing Jupyter code cells in notebooks.

plugins.notebook-navigator.enable

Whether to enable notebook-navigator.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.notebook-navigator.package

The notebook-navigator package to use.

Type: package

Default:

pkgs.vimPlugins.NotebookNavigator-nvim

Declared by:

plugins.notebook-navigator.autoLoad

Whether to automatically load notebook-navigator when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.notebook-navigator.callSetup

Whether to generate the standard require('notebook-navigator').setup(...) call for this plugin.

By default, this follows the plugin’s built-in behavior. Set this to false to disable the generated setup call, or to true to force it even when the plugin would only call it conditionally.

Type: null or boolean

Default:

null

Declared by: