recipy icon indicating copy to clipboard operation
recipy copied to clipboard

Add support for interactive

Open cphyc opened this issue 9 years ago • 2 comments

  • autodetect interactive sessions
  • provide a with recipy.log_it(): context

cphyc avatar Mar 16 '17 10:03 cphyc

Addresses #178 .

cphyc avatar Mar 16 '17 10:03 cphyc

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…

cphyc avatar Mar 16 '17 13:03 cphyc