warpdotdev / Warp

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
https://warp.dev
Other
20.25k stars 337 forks source link

Support for IPython REPL #4400

Open dannyneira opened 4 months ago

dannyneira commented 4 months ago

The issue for users to track and show support for ipython REPL in Warp terminal.

IPython (Interactive Python) is an enhanced interactive shell for Python. It provides additional features and improvements over the default Python REPL, such as syntax highlighting, tab completion, and support for running shell commands.

We have a meta issue tracking support for ipython REPL here.

We plan to dedicate resources to supporting this REPL later this year, so stay tuned!

How important is this feature to you?

Please add a 👍 to the original post at the top to signal that you want this feature, and subscribe if you want to be notified. We'll post updates on this thread (if/when this is being worked on).

Please avoid comments with spam-like "+1" or 👍

rgbkrk commented 4 months ago

On a related note, we'd want to support jupyter console more deeply as well which opens opportunity for other jupyter kernels like deno, R, javascript, etc.

Christophe1997 commented 3 months ago

I found when type %clear in ipython REPL, it skips too much, just jump the prompt.