如何在jupyter notebook中运行markdown文件(脚本代码)

Posted Dontla

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在jupyter notebook中运行markdown文件(脚本代码)相关的知识,希望对你有一定的参考价值。

需要装一个notedown插件,不能直接pip install notedown安装,需要:

pip install notedown --index https://mirrors.ustc.edu.cn/pypi/web/simple/ 

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

参考文章:在jupyter中运行markdown格式脚本

以上是关于如何在jupyter notebook中运行markdown文件(脚本代码)的主要内容,如果未能解决你的问题,请参考以下文章

如何知道 Jupyter notebook 中运行的是哪个 Python?

如何在jupyter notebook中运行markdown文件(脚本代码)

如何在每个 jupyter notebook 内核之前运行 Python 代码

如何在 Jupyter Notebook 或 JupyterLab 单元中运行单行代码或选定代码?

如何在 jupyter notebook 中运行 parse_args()?收到错误 SystemExit: 2

如何连接到在 docker 容器上运行的远程 Jupyter Notebook?