如何运行 O’Reilly 书 Python for Finance 的源代码
Posted huyuchengus
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何运行 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 启动后,浏览器会打开。
然后你可以直接对代码进行修改运行。
如果你想直接退出的话,你可以单击页面中的 Quite 退出运行的服务器。
服务器运行后,打开网页的默认端口为 8888
https://www.ossez.com/t/oreilly-python-for-finance/127
以上是关于如何运行 O’Reilly 书 Python for Finance 的源代码的主要内容,如果未能解决你的问题,请参考以下文章
O'Reilly精品图书推荐:数据算法:Hadoop/Spark大数据处理技巧
Hands-On Machine Learning with Scikit-Learn and TensorFlow---读书笔记