recipy
recipy copied to clipboard
Add support for interactive
- autodetect interactive sessions
- provide a with recipy.log_it(): context
Addresses #178 .
The issue is due to a buggy detection of interactive / non interactive shell. Maybe I should remove it to make the code more simple but then it means that any 'import recipy' automatically records everything, even though I'm in interactive mode…