reinteract
Worksheet-based graphical Python shell
Install
- All systems
-
curl cmd.cat/reinteract.sh
- Debian
-
apt-get install reinteract
- Ubuntu
-
apt-get install reinteract
- Fedora
-
dnf install reinteract
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install reinteract
- Raspbian
-
apt-get install reinteract
- Dockerfile
- dockerfile.run/reinteract
reinteract
Worksheet-based graphical Python shell
Reinteract is a tool for interactive experimentation with Python oriented around "worksheets" containing Python code combined with the results of that code, formatted as text or graphical plots. Unlike a traditional shell, you can go back and edit previously entered statements, and the results will update. Amongst other things, Reinteract is suitable for experimentation with the Python language and for data analysis using NumPy and SciPy.