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
Set this inside neorg's setup.
["external.jupyter"] = {}
Currently there are no configuration options
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)