File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,11 +6,8 @@ Python REPL inside Neovim powered by Jupyter console!
66
77## Requirements
88
9- - Python 3.12+
109- Neovim 0.11+
11- - Optional Python packages:
12- - [ cairosvg] ( https://cairosvg.org/ ) for displaying SVG images
13- - [ pillow] ( https://github.com/python-pillow/Pillow ) for displaying JPG images
10+ - Python 3.10+
1411
1512## Quickstart
1613
@@ -32,13 +29,15 @@ pyrepl.setup({
3229 split_horizontal = false ,
3330 split_ratio = 0.5 ,
3431 style = " default" ,
32+ -- generate jupyter-console theme from neovim theme
3533 style_integration = true ,
3634 image_max_history = 10 ,
3735 image_width_ratio = 0.5 ,
3836 image_height_ratio = 0.5 ,
3937 -- built-in provider, works best for ghostty and kitty
4038 -- for other terminals use "image" provider
4139 image_provider = " placeholders" ,
40+ -- can also be a function for advanced use cases
4241 cell_pattern = " ^# %%%%.*$" ,
4342 python_path = " python" ,
4443 preferred_kernel = " python3" ,
You can’t perform that action at this time.
0 commit comments