如何在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 notebook中运行markdown文件(脚本代码)的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Jupyter 笔记本中运行 Python asyncio 代码?
如何在运行 IPython 的 Jupyter 中抑制输出?
如何在 python jupyter notebook 中运行 bigquery SQL 查询
如何知道 Jupyter notebook 中运行的是哪个 Python?