I'm learning deap and I want to use scoop. Is it possible to test my programs in a notebook?
I learned from scoop documentation that $ python -m scoop your_program.py is the right way to run. Is there any way I can pass '-m scoop' as argument to the notebook?
thanks.