Resolve "[Feature] switching context after importing"
FEATURE: myplotlib can be contextualized after importing.
- set AUTO_CONTEXTUALIZE to False in config.json
- call myplotlib.mpl_contextualize(context)
This can be useful while designing remote figures preventing always to reload mpl module after modifying config file.
Closes #100