neorg-jupyter icon indicating copy to clipboard operation
neorg-jupyter copied to clipboard

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.

https://user-images.githubusercontent.com/77913442/212394503-4197470f-0802-49b3-9c4f-2919032d038a.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)