要同時解決coding, sync, edit&display in jupyter, 覺得唯一方法係做自己寫一個轉換, 即係executable python code *.py <---> *.ipynb, 咁就可以coding outside from jupyter & edit and display inside jupyter & sync both into only one version
咁做既問題係寫呢個轉換可能相當費時(視乎你programming能力), 而且ipython專用code要特別處理否則python會當成error, 例如magic word such as %matplotlib inline