1.安装 jupyter notebook
pip3 install jupyter notebook
pip3 install notedown
2.生成配置
jupyter notebook --generate-config
3.编辑配置
vi ~/.jupyter/jupyter_notebook_config.py
末尾添加如下内容
c.NotebookApp.contents_manager_class='notedown.NotedownContentsManager'
4.启动运行
jupyter notebook
5.界面效果
.