/neorg-jupyter

A neorg module to work with jupyter notebooks inside neorg.

Neorg Jupyter

A neorg module that allows integration with jupyter notebook inside a neorg file.
Pretty bare-bones right now.

2023-01-14_00-05-23.mp4

Setup

Set this inside neorg's setup.

["external.jupyter"] = {}

Configuration

Currently there are no configuration options

Usage

Provides 3 options

  • :Neorg jupyter init (to load up the kernel)
  • :Neorg jupyter generate filename.ipynb (generate a neorg file from the provided notebook)
  • :Neorg jupyter run (to run the code block)