文件名称:notebooks:Jupyter Notebook和数据科学示例
文件大小:855KB
文件格式:ZIP
更新时间:2024-04-25 01:59:33
JupyterNotebook
Jupyter笔记本示例 使用numpy和pandas库的Jupyter Notebook入门示例。 要求 安装: 的Python 3 NumPy 大熊猫 Jupyter笔记本 用法 # Clone the repository git clone https://github.com/jamilnyc/notebooks.git # Enter the directory cd notebooks/ # Start Jupyter Notebook Server jupyter notebook 导航到最后一个命令打印的地址(如果没有自动打开),然后打开一个*.ipynb文件。 intro.ipynb笔记本是一个不错的起点。 任务 使用更多可以在笔记本中执行的操作示例,使intro.ipynb笔记本更加通用 添加指向软件要求的安装指南的链接 创建一个专注于array类型的n
【文件预览】:
notebooks-master
----dataframes.ipynb(153KB)
----intro.ipynb(27KB)
----README.md(838B)
----data()
--------weather()
----.gitignore(20B)