Top "Interactive" questions

Interactive software accepts and responds to input from humans, in contrast to noninteractive software, which operate without human contact.

Interactive(?) plotting in Spyder with matplotlib

I am trying to migrate over to Python from Matlab and can't figure out how to get interactive(?) plotting working …

python plot interactive figure spyder
git rebase interactive: squash merge commits together

I wanted to have a simple solution to squash two merge commits together during an interactive rebase. My repository looks …

git merge interactive rebase squash
Is there an interactive graphing library for python

I'm looking for an interactive graphing library for Python. By "graph", I meant a set of nodes connected by a …

python graph interactive
How to configure Windows Server 2012 R2 to allow interactive services?

I have installed a new interactive service. I tried in Service manager to set property „Allow service to interact with …

service configuration windows-services interactive windows-server-2012-r2
Interactive console using Pydev in Eclipse?

I'm debugging my Python code in Eclipse using the Pydev plugin. I'm able to open a Pydev console and it …

python debugging console pydev interactive
Rotate interactively a 3D plot in python - matplotlib - Jupyter Notebook

I was wondering how it is possible to interactively rotate a 3D plot as described in this video (if you …

python matplotlib 3d jupyter-notebook interactive
Writing a "real" interactive terminal program like vim, htop, ... in C/C++ without ncurses

No, I don't want to use ncurses, because I want to learn how the terminal works and have fun programming …

c++ c terminal interactive
Are there good Java libraries that facilitate building command-line applications?

I need to write a simple command-line application in Java. It would be nice to use a library that takes …

java shell command-line interactive picocli
Creating interactive ruby console application

I want make interactive application where user launches it and can do various task by typing commands (some kind of …

ruby console interactive
How do you cleanly exit interactive Lua?

I've tried to the word "quit" on a single line but this seems to simply change the command line pointer …

lua scripting exit interactive