书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 534 个相关结果.
  • 1.4.2 简单绘图

    1.4.2 简单绘图 1.4.2 简单绘图 在这个部分,我们将在同一个图像中绘制cosine和sine函数。从默认设置开始,我们将不断丰富图片,让它看起来更漂亮。 第一步获得sine和cosine函数的数据: In [2]: import numpy as np X = np . linspace (- np . pi , ...
  • 在 Python Shell 中使用 matplotlib

    在 Python shell 中使用 Matplotlib 使用 IPython 解决 其它 Python 解释器 控制交互式更新 在 Python shell 中使用 Matplotlib 原文:Using matplotlib in a python shell 译者:飞龙 协议:CC BY-NC-SA 4.0 警告 该页面...
  • The Pty plugin

    The Pty plugin Building it Example 1: Rack application shared debugging Example 2: IPython control thread The Pty plugin Available since uWSGI 1.9.15, supported on Linux, O...
  • 1.4.1 简介

    1.4.1 简介 1.4.1.1 IPython和pylab模式 1.4.1.2 pylab 1.4.1 简介 Matplotlib 可能是Python惟一一个最广泛使用的二维图包。它同时提供了从Python中可视化数据非常的快速方式以及多种格式的出版质量图片。我们将在交互模式下研究Matplotlib,包含大多数的常用案例。 1.4.1...
  • REPL 环境

    Python 的 REPL 环境 Python 的 REPL 环境 安装完 Python 之后都会提供一个 REPL-Read-Eval-Print Loop,不过 Python 默认的 REPL 环境实在是简陋,很多开发者就开发了更加强大的 REPL 工具,包括控制台和基于 web 的,其中比较有名的有: IPython(IPython Not...
  • 14.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...
  • 14.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...
  • Quick Start

    Quick Start Installing an OpenTracing Platform Installing an OpenTracing Library for Python Configuring the Tracer Creating Our First Span Creating A Child Span Tracing a HTTP...
  • 2.1 Python解释器

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

    Pty插件 构建它 例子1:Rack应用共享调试 例子2:IPython控制线程 Pty插件 -自uWSGI 1.9.15起可用,Linux, OpenBSD, FreeBSD和OSX皆支持。 这个插件允许你附加伪终端到你的应用上。 目前,只能在第一个worker上附加(并通过网络公开)伪终端服务器(未来会移除该限制)。 该插件还公开了一...