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.界面效果
.



本文介绍了如何安装 Jupyter Notebook 并使用 Notedown 扩展功能,包括配置步骤及启动运行方法。
4373

被折叠的 条评论
为什么被折叠?



