File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,11 +19,8 @@ Features `pyrepl.nvim` currently provides:
1919------------------------------------------------------------------------------
2020REQUIREMENTS *pyrepl-reqs*
2121
22- - Python 3.12+
2322- Neovim 0.11+
24- - Optional Python packages:
25- - cairosvg (for displaying SVG images)
26- - pillow (for displaying JPG images)
23+ - Python 3.10+
2724
2825------------------------------------------------------------------------------
2926QUICKSTART *pyrepl-quickstart*
@@ -45,13 +42,15 @@ Minimal `vim.pack` setup with the default config and example keymaps:
4542 split_horizontal = false,
4643 split_ratio = 0.5,
4744 style = "default",
45+ -- generate jupyter-console theme from neovim theme
4846 style_integration = true,
4947 image_max_history = 10,
5048 image_width_ratio = 0.5,
5149 image_height_ratio = 0.5,
5250 -- built-in provider, works best for ghostty and kitty
5351 -- for other terminals use "image" provider
5452 image_provider = "placeholders",
53+ -- can also be a function for advanced use cases
5554 cell_pattern = "^# %%%%.*$",
5655 python_path = "python",
5756 preferred_kernel = "python3",
You can’t perform that action at this time.
0 commit comments