pip install notedown
vim ~/.jupyter/jupyter_notebook_config.py
添加如下
c.NotebookApp.contents_manager_class = 'notedown.NotedownContentsManager'
再重启jupyter即可
jupyter notebook 用 notebook 的形式打开markdown
最新推荐文章于 2023-06-07 15:54:00 发布
pip install notedown
vim ~/.jupyter/jupyter_notebook_config.py
添加如下
c.NotebookApp.contents_manager_class = 'notedown.NotedownContentsManager'
再重启jupyter即可