如何运行 O’Reilly 书 Python for Finance 的源代码

GitHub 中有一个 https://github.com/yhilpisch/py4fi 项目。

你可以将这个项目 fork 到本地后运行。

项目使用了

jupyter notebook

如果你的系统中没有安装 jupyter notebook 的话,你首先需要安装这个。

Anaconda 的安装方式请参考:

https://www.ossez.com/t/anaconda-jupyter-notebook/126

当你安装完成后,如果你使用的是 Windows 的环境。

你需要依次运行:

cd py4fi
conda env create -f py4fi_conda.yml
activate py4fi
cd jupyter36
jupyter notebook

最后你会看到 jupyter notebook 启动后,浏览器会打开。

如何运行 O’Reilly 书 Python for Finance 的源代码

然后你可以直接对代码进行修改运行。

如果你想直接退出的话,你可以单击页面中的 Quite 退出运行的服务器。

如何运行 O’Reilly 书 Python for Finance 的源代码

服务器运行后,打开网页的默认端口为 8888

https://www.ossez.com/t/oreilly-python-for-finance/127

相关推荐