书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 534 个相关结果.
  • 2.1 Python解释器

    Python解释器 CPython IPython PyPy Jython IronPython 小结 Python解释器 当我们编写Python代码时,我们得到的是一个包含Python代码的以.py 为扩展名的文本文件。要运行代码,就需要Python解释器去执行.py 文件。 由于整个Python语言从规范到解释器都是开源的,所以理论...
  • 7.2. Jupyter

    Jupyter Installation Usage Jupyter pyprql contains pyprql.magic , a thin wrapper of JupySQL ’s SQL IPython magics. This allows us to run PRQL interactively on Jupyter/IPytho...
  • 7.2. Jupyter

    Jupyter Installation Usage Jupyter pyprql contains pyprql.magic , a thin wrapper of JupySQL ’s SQL IPython magics. This allows us to run PRQL interactively on Jupyter/IPytho...
  • 8.3. Jupyter

    Jupyter Installation Usage Jupyter pyprql contains pyprql.magic , a thin wrapper of JupySQL ’s SQL IPython magics. This allows us to run PRQL interactively on Jupyter/IPytho...
  • 01. Python 工具

    2997 2019-01-17 《中文 Python 笔记》
    01.01 Python 简介 01.02 Ipython 解释器 01.03 Ipython notebook 01.04 使用 Anaconda
  • 可用选项表

    可用选项表 可用选项表 Option Default Function display.chop_threshold None If set to a float value, all float values smaller then the given threshold will be displayed as exactly 0 by rep...
  • B.3 软件开发工具

    B.3 软件开发工具 交互调试器 使用调试器的其它方式 代码计时:%time 和 %timeit 基础分析:%prun和%run -p 逐行分析函数 B.3 软件开发工具 除了作为优秀的交互式计算和数据探索环境,IPython也是有效的Python软件开发工具。在数据分析中,最重要的是要有正确的代码。幸运的是,IPython紧密集成了和加强...
  • 1.3 重要的Python库

    1.3 重要的Python库 pandas matplotlib IPython和Jupyter SciPy scikit-learn statsmodels 1.3 重要的Python库 考虑到那些还不太了解Python科学计算生态系统和库的读者,下面我先对各个库做一个简单的介绍。 NumPy NumPy(Numerical Pyth...
  • 2.2.5

    2.2.5 2.2.5 增加 IPython Magic 方便在 IPython 中运行回测 run-rqalpha-in-ipython.ipynb 。运行完回测后,会将所有的 mod 的输出结果保存在 results 变量中,并且会将回测报告存储在 report 对象中。 修复系统异常、用户异常的区分判断 增加 —source-code 参...
  • Virtualenv

    899 2018-03-21 《macOS Setup Guide》
    Virtualenv Installation Usage Virtualenvwrapper Virtualenv Virtualenv is a tool that creates an isolated Python environment for each of your projects. For a particular proj...