10 为Python Function自动生成Web UI 彭未康0 码力 | 11 页 | 791.38 KB | 1 年前3
10. 许振影 Python 深度学习技术在医学领域的应用与前景0 码力 | 17 页 | 1.84 MB | 1 年前3
Jupyter Notebook 6.4.10 DocumentationConfiguration Overview 105 8 Config file and command line options 109 9 Running a notebook server 129 10 Security in the Jupyter notebook server 137 11 Security in notebook documents 139 12 Distributing interface 5 Jupyter Notebook Documentation, Release 6.4.10 Notebook name: The name displayed at the top of the page, next to the Jupyter logo, reflects the name of the .ipynb file. Clicking on the notebook (websockets will fail). 1.9. Browser Compatibility 9 Jupyter Notebook Documentation, Release 6.4.10 10 Chapter 1. The Jupyter Notebook CHAPTER TWO USER INTERFACE COMPONENTS When opening bug reports0 码力 | 181 页 | 1.87 MB | 1 年前3
Jupyter Notebook 6.4.10 Documentationnotebook name, a menu bar, a toolbar and an empty code cell. Notebook name: The name displayed at the top of the page, next to the Jupyter logo, reflects the name of the .ipynb file. Clicking on the notebook Indicator will change to reflect the cell’s state. This state is indicated by a small pencil icon on the top right of the interface. When the cell is in command mode, there is no icon in that location. File /graphs/contributors?from=2021-10-19&to=2021-11-16&type=c]) @bnavigator [https://github.com/search? q=repo%3Ajupyter%2Fnotebook+involves%3Abnavigator+updated%3A2021-10-19..2021-11-16&type=Issues] | @dleen0 码力 | 246 页 | 4.49 MB | 1 年前3
Django Q Documentation
Release 0.7.10Q_CLUSTER = { 'name': 'TyndBroker', 'workers': 8, 'timeout': 30, 'retry': 60, 'bulk': 10, 'disque_nodes': os.environ['TYND_DISQUE_NODES'].split(','), 'disque_auth': os.environ['TYND_DISQUE_AUTH'] 'IronBroker', 'workers': 8, 'timeout': 30, 'retry': 60, 'queue_limit': 50, 'bulk': 10, 'iron_mq': { 'host': 'mq-aws-us-east-1.iron.io', 'token': 'Et1En7.....0LuW39Q', sure these credentials have proper SQS access. Amazon SQS only supports a bulk setting between 1 and 10, with the total payload not exceeding 256kb. orm If you want to use Django’s database backend as0 码力 | 67 页 | 518.39 KB | 1 年前3
Django Q Documentation
Release 0.7.10'timeout': 30, 8 Chapter 1. Features Django Q Documentation, Release 0.7.10 'retry': 60, 'bulk': 10, 'disque_nodes': os.environ['TYND_DISQUE_NODES'].split(','), 'disque_auth': os.environ['TYND_DISQUE_AUTH'] Q_CLUSTER = { 'name': 'IronBroker', 'workers': 8, 'timeout': 30, 'retry': 60, 'queue_limit': 50, 'bulk': 10, 'iron_mq': { 'host': 'mq-aws-us-east-1.iron.io', 'token': 'Et1En7.....0LuW39Q', 'project_id': '500f7b sure these credentials have proper SQS access. Amazon SQS only supports a bulk setting between 1 and 10, with the total payload not exceeding 256kb. 1.2. Configuration 9 Django Q Documentation, Release0 码力 | 52 页 | 406.50 KB | 1 年前3
Flask-RESTful Documentation
Release 0.3.10Resourceful Routing The main building block provided by Flask-RESTful are resources. Resources are built on top of Flask pluggable views, giving you easy access to multiple HTTP methods just by defining methods application/json < Content-Length: 0 < Server: Werkzeug/0.8.3 Python/2.7.2 < Date: Mon, 01 Oct 2012 22:10:32 GMT 8 Chapter 1. User’s Guide Flask-RESTful Documentation, Release 0.3.10 Add a new task $ curl your argument stored under a different name once it’s parsed, you can use the dest keyword argument. 10 Chapter 1. User’s Guide Flask-RESTful Documentation, Release 0.3.10 parser.add_argument('name', dest='public_name')0 码力 | 39 页 | 212.29 KB | 1 年前3
Flask-RESTful Documentation Release 0.3.10Resourceful Routing The main building block provided by Flask-RESTful are resources. Resources are built on top of Flask pluggable views [http://flask.pocoo.org/docs/views/], giving you easy access to multiple HTTP application/json < Content-Length: 0 < Server: Werkzeug/0.8.3 Python/2.7.2 < Date: Mon, 01 Oct 2012 22:10:32 GMT Add a new task $ curl http://localhost:5000/todos -d "task=something new" -X POST -v > POST to run the tests (default is Python 2.7), change the PYTHON_MAJOR and PYTHON_MINOR variables at the top of the Makefile. You can run on all supported versions with: $ make test-all Individual tests can0 码力 | 42 页 | 84.60 KB | 1 年前3
Python 标准库参考指南 3.11.10 357 9.7.6 NormalDist 对象 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 357 10 函数式编程模块 361 10.1 itertools --- 为高效循环而创建迭代器的函数 . . . . . . . . . . . . . . . . . . . . . . . . 361 in the browser, users should consider Pyodide or PyScript. PyScript is built on top of Pyodide, which itself is built on top of CPython and Emscripten. Pyodide provides access to browsers’ JavaScript and Python 表达式。如果 x 不是 一个 Python int 对象,则它必须定义返回一个整数的 __index__() 方法。下面是一些例子: >>> bin(3) '0b11' >>> bin(-10) '-0b1010' 若要控制是否显示前缀“0b”,可以采用以下两种方案: >>> format(14, '#b'), format(14, 'b') ('0b1110', '1110') >>>0 码力 | 2248 页 | 11.10 MB | 9 月前3
Python 标准库参考指南 3.11.10 7.6 NormalDist 对象 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381 10 函数式编程模块 385 10.1 itertools --- 为高效循环而创建迭代器的函数 . . . . . . . . . . . . . . . . . . . . . . . . . . in the browser, users should consider Pyodide or PyScript. PyScript is built on top of Pyodide, which itself is built on top of CPython and Emscripten. Pyodide provides access to browsers’ JavaScript and Python 表达式。如果 x 不是一个 Python int 对象,则它必须定义返回一个整数的 __index__() 方法。下面是一些例子: >>> bin(3) '0b11' >>> bin(-10) '-0b1010' 若要控制是否显示前缀“0b”,可以采用以下两种方案: >>> format(14, '#b'), format(14, 'b') ('0b1110', '1110') >>>0 码力 | 2399 页 | 11.19 MB | 9 月前3
共 585 条
- 1
- 2
- 3
- 4
- 5
- 6
- 59













