当我们用jupyter notebook打开一个md文件时,仅仅只会显示markdown格式的源码,无法显示渲染后的格式,因此,我们需要为jupyter notebook添加可以相应的功能notedown。
1. pip install notedown
2.每次启动jupyter notebook的时候在命令后面加参数 jupyter notebook --NotebookApp.contents_manager_class='notedown.NotedownContentsManager'
这样就可以打开.dm格式的文件了