Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Jupytext is a plugin for Jupyter that can save Jupyter notebooks as either Markdown files or scripts in many languages. Common use cases for Jupytext are:
version control on Jupyter Notebooks
editing, merging or refactoring notebooks in your favorite text editor
applying Q&A checks on notebooks.
This package contains a syntax coloring theme for pygments making use of the JupyterLab CSS variables.
This package opens a notebook, strips its output, and writes the outputless version to the original file.
A bash shell kernel for Jupyter.
This package provides tools to help build and install Jupyter Python packages that require a pre-build step that may include JavaScript build steps.
This package provides a Jupyter Server extension providing terminals.
This package provides a Sphinx extension for deploying JupyterLite.
xeus is a library meant to facilitate the implementation of kernels for Jupyter. It takes the burden of implementing the Jupyter Kernel protocol so developers can focus on implementing the interpreter part of the kernel.
Several Jupyter kernels are built upon xeus, such as xeus-cling, a kernel for the C++ programming language, and xeus-python, an alternative Python kernel for Jupyter.
This package provides a Qt-based console for Jupyter with support for rich media output.
The package provides a PARI/GP kernel for Jupyter.
This module installs a Jupyter kernel for SPARQL. It allows sending queries to an SPARQL endpoint, fetching and presenting the results in a notebook.
This package provides the IPython kernel for Jupyter.
This package provides the IPython kernel for Jupyter.
This package provides a pytest plugin for testing Jupyter libraries and extensions.
Voilà turns Jupyter notebooks into standalone web applications. Unlike the usual HTML-converted notebooks, each user connecting to the Voilà tornado application gets a dedicated Jupyter kernel which can execute the callbacks to changes in Jupyter interactive widgets.
This package provides a Jupyter Server extension for serving Mathjax, the JavaScript display engine for mathematics.
nbdime provides tools for diffing and merging of Jupyter Notebooks. It includes the following commands:
nbdiff compare notebooks in a terminal-friendly waynbmerge three-way merge of notebooks with automatic conflict resolutionnbdiff-web rich rendered diff of notebooksnbmerge-web web-based three-way merge tool for notebooksnbshow present a single notebook in a terminal-friendly way
The Jupyter HTML notebook is a web-based notebook environment for interactive computing.
This package provides the backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.
ipywidgets, also known as jupyter-widgets or simply widgets, are interactive HTML widgets for Jupyter notebooks and the IPython kernel.
Papermill is a tool for parameterizing, executing, and analyzing Jupyter Notebooks.
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.
This package provides a set of widgets to help facilitate reuse of large datasets across widgets.
This package provides a way to register a Kernel Comm implementation, as per the Jupyter kernel protocol. It also provides a base Comm implementation and a default CommManager that can be used.