jupyter notebook 安装Markdown插件

步骤1:pip install https://github.com/mli/notedown/tarball/master

步骤2:修改配置文件jupyter notebook --generate-config

             c.NotebookApp.contents_manager_class = 'notedown.NotedownContentsManager'加入到该文件末尾

步骤3:重启jupyter notebook

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章