use SCOOP from inside a Jupyter notebook

504 Views Asked by At

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.

0

There are 0 best solutions below