neorg-jupyter
A neorg module to work with jupyter notebooks inside neorg.
Last updated Jun 24, 2026
32
Stars
2
Forks
0
Issues
0
Stars/day
Attention Score
11
Language breakdown
No language data available.
▸ Files
click to expand
README
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 optionsUsage
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)
🔗 More in this category