You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-jupyter-server-2.14.1-1.lbn36.noarch
Jupyter Server The Jupyter Server provides the backend (i.e. the core services, APIs, and REST endpoints) for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila. For more information, read our documentation here. Installation and Basic usage To install the latest release locally, make sure you have pip installed and run: pip install jupyter_server Jupyter Server currently supports Python>=3.6 on Linux, OSX and Windows. Versioning and Branches If Jupyter Server is a dependency of your project/application, it is important that you pin it to a version that works for your application. Currently, Jupyter Server only has minor and patch versions. Different minor versions likely include API-changes while patch versions do not change API. When a new minor version is released on PyPI, a branch for that version will be created in this repository, and the version of the main branch will be bumped to the next minor version number. That way, the main branch always reflects the
RPMPackage python3-jupyter-lsp-2.2.0-1.lbn36.noarch
jupyter-lspMulti-[Language Server][language-server] WebSocket proxy for your Jupyter notebook or lab server. For Python 3.6+.> See the parent of this repository, > [jupyterlab-lsp]( for the > reference client implementation for [JupyterLab][]. Language Serversjupyter-lsp does not come with any Language Servers! Learn more about installing and configuring [language servers][language servers...
RPMPackage python3-jupyter-jaeger-1.0.4-1.lbn36.noarch
This adds support for using the Jaeger distributed tracing tool with Jupyter. It facilitates the use case of tracking some process that starts in a kernel and is continued in a mime renderer. We are using it to profile and debug ibis-vega-transform which goes back and forth between the kernel and the frontend to interactively render charts with Altair. Installing this adds two Jupyter server extensions that start up the jaeger-all-in-one and jaeger-browser processes when you launch Jupyter. So to use it you must first instrument code in your kernel and/or in the frontend to record traces. It also provis a NPM Typescript plugin you can use to access the client from inside a JupyterLab extension.
RPMPackage python3-jupyter-events-0.10.0-1.lbn36.noarch
Jupyter Events An event system for Jupyter Applications and extensions. Jupyter Events enables Jupyter Python Applications (e.g. Jupyter Server, JupyterLab Server, JupyterHub, etc.) to emit events—structured data describing things happening inside the application. Other software (e.g. client applications like JupyterLab) can listen and respond to these events. Install Install Jupyter Events directly from PyPI: pip install jupyter_events or conda-forge: conda install -c conda-forge jupyter_events Documentation Documentation is available at jupyter-events.readthedocs.io. About the Jupyter Development Team The Jupyter Development Team is the set of all contributors to the Jupyter project. This includes all of the Jupyter subprojects. The core team that coordinates development on GitHub can be found here: https:/github.com/jupyter/. Our Copyright Policy Jupyter uses a shared copyright model. Each contributor maintains copyright over their contributions to Jupyter. But, it is important
RPMPackage python3-jupyter-cache-0.5.0-1.lbn36.noarch
jupyter-cache[![Github-CI][github-ci]][github-link] [![Coverage Status][codecov-badge]][codecov-link] [![Documentation Status][rtd-badge]][rtd- link] [![Code style: black][black-badge]][black-link] [![PyPI][pypi- badge]][pypi-link]A defined interface for working with a cache of jupyter notebooks. Why use jupyter-cache?If you have a number of notebooks whose execution outputs you want to...
RPMPackage python3-jupyter-c-kernel-1.2.2-14.fc36.noarch
Minimalistic C kernel for Jupyter
RPMPackage python3-ydb-dbapi-0.1.11-1.lbn36.noarch
YDB Python DBAPI Introduction Python DBAPI to YDB, which provides both sync and async drivers and complies with PEP249. Installation pip install ydb-dbapi Usage To establish a new DBAPI connection you should provide host, port and database: import ydb_dbapi connection = ydb_dbapi.connect( host="localhost", port="2136", database="/local" ) # sync connection async_connection = await ydb_dbapi.async_connect( host="localhost", port="2136", database="/local" ) # async connection Usage of connection: with connection.cursor() as cursor: cursor.execute("SELECT id, val FROM table") row = cursor.fetchone() rows = cursor.fetchmany(size=5) rows = cursor.fetchall() Usage of async connection: async with async_connection.cursor() as cursor: await cursor.execute("SELECT id, val FROM table") row = await cursor.fetchone() rows = await cursor.fetchmany(size=5) rows = await cursor.fetchall()
RPMPackage python3-ydb-3.21.0-1.lbn36.noarch
ydb
RPMPackage python3-apache-airflow-providers-ydb-2.1.1-1.lbn36.noarch
Package apache-airflow-providers-ydb Release: 2.1.1 YDB
RPMPackage google-crc32c-1.1.2-11.lbn36.x86_64
This project collects a few CRC32C implementations under an umbrella that dispatches to a suitable implementation based on the host computer's hardware capabilities. CRC32C is specified as the CRC that uses the iSCSI polynomial in RFC 3720. The polynomial was introduced by G. Castagnoli, S. Braeuer and M. Herrmann. CRC32C is used in software such as Btrfs, ext4, Ceph and leveldb.
RPMPackage leveldb-1.23-4.fc36.x86_64
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
RPMPackage freetds-libs-1.3.3-2.fc36.x86_64
FreeTDS is a project to document and implement the TDS (Tabular DataStream) protocol. TDS is used by Sybase(TM) and Microsoft(TM) for client to database server communications. FreeTDS includes call level interfaces for DB-Lib, CT-Lib, and ODBC. This package contains the libraries for freetds.
RPMPackage python3-scrapbook+s3-0.5.0-1.lbn36.noarch
This is a metapackage bringing in s3 extras requires for python3-scrapbook. It makes sure the dependencies are installed.
RPMPackage python3-scrapbook+gcs-0.5.0-1.lbn36.noarch
This is a metapackage bringing in gcs extras requires for python3-scrapbook. It makes sure the dependencies are installed.
RPMPackage python3-scrapbook+azure-0.5.0-1.lbn36.noarch
This is a metapackage bringing in azure extras requires for python3-scrapbook. It makes sure the dependencies are installed.
RPMPackage python3-scrapbook+all-0.5.0-1.lbn36.noarch
This is a metapackage bringing in all extras requires for python3-scrapbook. It makes sure the dependencies are installed.
RPMPackage python3-scrapbook-0.5.0-1.lbn36.noarch
<img width"616" alt"scrapbook logo" src" scrapbook<!(binder links generated at and compressed at ) -->[![Travis Build Status]( [![image]( [![Documentation Status](
RPMPackage python3-pyjwt-2.10.1-3.lbn36.noarch
A Python implementation of RFC 7519 < Original implementation was written by @progrium <
RPMPackage python3-pybeam-0.7-2.fc36.noarch
Python module to parse Erlang BEAM files.
RPMPackage python3-papermill+s3-2.6.0-3.lbn36.noarch
This is a metapackage bringing in s3 extras requires for python3-papermill. It makes sure the dependencies are installed.