Vigemus / iron.nvim

Interactive Repl Over Neovim
BSD 3-Clause "New" or "Revised" License
978 stars 81 forks source link

send paragraph, issue 351, windows powershell indentation error #367

Closed nickeisenberg closed 4 months ago

nickeisenberg commented 4 months ago
  1. A "send paragraph" feature is now available and the README has been updated. see core.send_paragraph

  2. Issue 351 is fixed. windows ipython now will run the code upon being sent to the repl.

  3. Windows powershell now will run python code without the indentation errors.

Both 2 and 3 above required slight edits to core.send which wont affect prior setups.