How can I configure multiprocessing in Windows to use the 'forkserver' method? whenever I start up IPython console and type:
import multiprocessing
multiprocessing.set_start_method('forkserver')
the error:
ValueError: cannot find context for 'forkserver'
occurs.