Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

A neorg module to work with jupyter notebooks inside neorg.

Awesome Lists containing this project

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)