Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamton-aquib/neorg-jupyter
A neorg module to work with jupyter notebooks inside neorg.
https://github.com/tamton-aquib/neorg-jupyter
jupyter jupyter-notebook neorg neovim
Last synced: 3 months ago
JSON representation
A neorg module to work with jupyter notebooks inside neorg.
- Host: GitHub
- URL: https://github.com/tamton-aquib/neorg-jupyter
- Owner: tamton-aquib
- Created: 2023-01-13T18:16:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T14:27:42.000Z (11 months ago)
- Last Synced: 2024-05-02T03:45:47.212Z (7 months ago)
- Topics: jupyter, jupyter-notebook, neorg, neovim
- Homepage:
- Size: 11.7 KB
- Stars: 27
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-neorg - Neorg Jupyter - A neorg module to work with jupyter notebooks inside neorg. (Neorg Modules)
README
# Neorg Jupyter
A [neorg](https://github.com/nvim-neorg/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.
```lua
["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)