_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


python-jupyterlab-server 2.27.1
Propagated dependencies: python-babel@2.16.0 python-jinja2@3.1.2 python-json5@0.9.25 python-jsonschema@4.23.0 python-jupyter-server@2.17.0 python-packaging@25.0 python-requests@2.32.5
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://jupyter.org
Licenses: Modified BSD
Build system: pyproject
Synopsis: Server components for JupyterLab applications
Description:

JupyterLab Server sits between JupyterLab and Jupyter Server, and provides a set of REST API handlers and utilities that are used by JupyterLab. It is a separate project in order to accommodate creating JupyterLab-like applications from a more limited scope.

xeus 2.4.1
Dependencies: xtl@0.7.7 nlohmann-json@3.12.0 cppzmq@4.10.0 zeromq@4.3.5 openssl@3.5.5 util-linux@2.40.4
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://quantstack.net/xeus
Licenses: Modified BSD
Build system: cmake
Synopsis: C++ implementation of the Jupyter Kernel protocol
Description:

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.

python-ipykernel 7.1.0
Dependencies: python@3.12.12
Propagated dependencies: python-comm@0.2.2 python-debugpy@1.8.17 python-ipython@9.8.0 python-jupyter-client@7.4.9 python-jupyter-core@5.9.1 python-matplotlib-inline@0.1.7 python-nest-asyncio@1.6.0 python-packaging@25.0 python-psutil@7.2.2 python-pyzmq@27.1.0 python-tornado@6.4.2 python-traitlets@5.14.3
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://ipython.org
Licenses: Modified BSD
Build system: pyproject
Synopsis: IPython Kernel for Jupyter
Description:

This package provides the IPython kernel for Jupyter.

repo2docker 2024.07.0
Dependencies: python-traitlets@5.14.3 python-toml@0.10.2 python-semver@3.0.4 python-ruamel.yaml@0.18.14 python-requests@2.32.5 python-json-logger@4.0.0 python-jinja2@3.1.2 python-iso8601@2.1.0 python-escapism@1.0.1 python-docker@7.1.0 python-chardet@5.2.0
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://repo2docker.readthedocs.io/en/latest/index.html#
Licenses: Modified BSD
Build system: pyproject
Synopsis: Generate docker images from repositories
Description:

repo2docker fetches a repository (from GitHub, GitLab, Zenodo, Figshare, Dataverse installations, a Git repository or a local directory) and builds a container image in which the code can be executed. The image build process is based on the configuration files found in the repository. repo2docker can be used to explore a repository locally by building and executing the constructed image of the repository, or as a means of building images that are pushed to a Docker registry.

python-spyder-kernels 3.1.4
Propagated dependencies: python-cloudpickle@3.1.0 python-ipykernel@6.29.5 python-ipython@9.8.0 python-jupyter-client@7.4.9 python-packaging@25.0 python-pyxdg@0.28 python-pyzmq@27.1.0 python-traitlets@5.14.3 python-wurlitzer@3.1.1
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://github.com/spyder-ide/spyder-kernels
Licenses: Expat
Build system: pyproject
Synopsis: Jupyter kernels for Spyder's console
Description:

This package provides Jupyter kernels for use with the consoles of Spyder, the Scientific Python Development Environment.

These kernels can be launched either through Spyder itself or in an independent Python session, and allow for interactive or file-based execution of Python code inside Spyder.

python-nbstripout 0.8.1
Propagated dependencies: python-nbformat@5.10.4
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://github.com/kynan/nbstripout
Licenses: Expat
Build system: pyproject
Synopsis: Strips outputs from Jupyter and IPython notebooks
Description:

This package opens a notebook, strips its output, and writes the outputless version to the original file.

python-jupyter-ydoc 3.4.1
Propagated dependencies: python-anyio@4.12.1 python-pycrdt@0.13.0
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://jupyter.org
Licenses: Modified BSD
Build system: pyproject
Synopsis: Document structures for collaborative editing using Yjs
Description:

This package provides python-pycrdt-based data structures for various documents used in the Jupyter ecosystem. Built-in documents include:

  • YBlob: a generic immutable binary document.

  • YUnicode: a generic UTF8-encoded text document (YFile is an alias).

  • YNotebook: a Jupyter notebook document.

python-ipykernel 6.29.5
Dependencies: python@3.12.12
Propagated dependencies: python-comm@0.2.2 python-debugpy@1.8.17 python-ipython@9.8.0 python-jupyter-client@7.4.9 python-jupyter-core@5.9.1 python-matplotlib-inline@0.1.7 python-nest-asyncio@1.6.0 python-packaging@25.0 python-psutil@7.2.2 python-pyzmq@27.1.0 python-tornado@6.4.2 python-traitlets@5.14.3
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://ipython.org
Licenses: Modified BSD
Build system: pyproject
Synopsis: IPython Kernel for Jupyter
Description:

This package provides the IPython kernel for Jupyter.

python-voila 0.5.8
Propagated dependencies: python-jupyter-client@7.4.9 python-jupyter-server@2.17.0 python-jupyterlab-server@2.27.1 python-nbclient@0.10.0 python-nbconvert@7.17.0 python-traitlets@5.14.3 python-websockets@13.1
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://github.com/voila-dashboards/voila
Licenses: Modified BSD
Build system: pyproject
Synopsis: Render live Jupyter notebooks with interactive widgets
Description:

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.

python-jupyter-server-mathjax 0.2.6
Propagated dependencies: python-jupyter-server@2.17.0
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://jupyter.org
Licenses: Modified BSD
Build system: pyproject
Synopsis: Jupyter Server extension for serving Mathjax
Description:

This package provides a Jupyter Server extension for serving Mathjax, the JavaScript display engine for mathematics.

python-jupyter-core 5.9.1
Propagated dependencies: python-platformdirs@4.3.6 python-traitlets@5.14.3
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://jupyter.org/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Jupyter base package
Description:

Jupyter core is the base package on which Jupyter projects rely.

python-jupyter-server-client 0.1.1-0.10b56e3
Propagated dependencies: python-pydantic@2.12.5 python-requests@2.32.5
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://github.com/datalayer/jupyter-server-client
Licenses: Modified BSD
Build system: pyproject
Synopsis: Client library to interact with Jupyter servers
Description:

This package provides a Python library to interact with Jupyter Server REST API for server management operations. It provides server-level functionality including kernel listing (read-only) while avoiding duplication with existing kernel management libraries.

python-jupyter-mimetypes 0.2.0-0.53d886c
Propagated dependencies: python-requests@2.32.5 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://github.com/datalayer/jupyter-mimetypes
Licenses: Modified BSD
Build system: pyproject
Synopsis: Enhanced Jupyter representation capabilities
Description:

This package Python provides enhanced Jupyter representation capabilities through proxy objects, enabling efficient Apache Arrow-based serialization for pandas DataFrames/Series and pickle-based serialization for generic Python objects in Jupyter environments.

python-jupyterlab-widgets 3.0.12
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://github.com/jupyter-widgets/ipywidgets
Licenses: Modified BSD
Build system: pyproject
Synopsis: Interactive widgets for Jupyter Notebooks
Description:

ipywidgets, also known as jupyter-widgets or simply widgets, are interactive HTML widgets for Jupyter notebooks and the IPython kernel.

python-ipydatawidgets 4.2.0
Propagated dependencies: python-ipython-genutils@0.1.0 python-ipywidgets@8.1.4 python-numpy@2.3.1 python-traittypes@0.2.1
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://github.com/vidartf/ipydatawidgets
Licenses: Modified BSD
Build system: pyproject
Synopsis: Widgets to help facilitate reuse of large datasets across widgets
Description:

This package provides a set of widgets to help facilitate reuse of large datasets across widgets.

python-papermill 2.7.0
Propagated dependencies: python-aiohttp@3.11.18 python-click@8.3.1 python-entrypoints@0.4 python-nbclient@0.10.0 python-nbformat@5.10.4 python-pyyaml@6.0.2 python-requests@2.32.5 python-tenacity@9.0.0 python-tqdm@4.67.1
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://github.com/nteract/papermill
Licenses: Modified BSD
Build system: pyproject
Synopsis: Parameterize and run Jupyter and nteract Notebooks
Description:

Papermill is a tool for parameterizing, executing, and analyzing Jupyter Notebooks.

python-pytest-jupyter 0.10.1
Propagated dependencies: python-jupyter-core@5.9.1 python-nbformat@5.10.4
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://jupyter.org
Licenses: Original BSD
Build system: pyproject
Synopsis: Pytest plugin for testing Jupyter libraries and extensions.
Description:

This package provides a pytest plugin for testing Jupyter libraries and extensions.

python-jupyter-client 8.7.0
Dependencies: iproute2@6.4.0 net-tools@1.60-0.479bb4a openssh@10.3p1
Propagated dependencies: python-dateutil@2.9.0 python-jupyter-core@5.9.1 python-pyzmq@27.1.0 python-tornado@6.4.2 python-traitlets@5.14.3
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://jupyter.org/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Jupyter protocol implementation and client libraries
Description:

The jupyter_client package contains the reference implementation of the Jupyter protocol. It also provides client and kernel management APIs for working with kernels, and the jupyter kernelspec entrypoint for installing kernelspecs for use with Jupyter frontends.

python-ipykernel 6.29.5
Dependencies: python@3.12.12
Propagated dependencies: python-comm@0.2.2 python-debugpy@1.8.17 python-ipython@9.8.0 python-jupyter-client@7.4.9 python-jupyter-core@5.9.1 python-matplotlib-inline@0.1.7 python-nest-asyncio@1.6.0 python-packaging@25.0 python-psutil@7.2.2 python-pyzmq@27.1.0 python-tornado@6.4.2 python-traitlets@5.14.3
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://ipython.org
Licenses: Modified BSD
Build system: pyproject
Synopsis: IPython Kernel for Jupyter
Description:

This package provides the IPython kernel for Jupyter.

python-jupyterlab-pygments 0.1.2
Propagated dependencies: python-pygments@2.19.2
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://jupyter.org
Licenses: Modified BSD
Build system: pyproject
Synopsis: Pygments theme using JupyterLab CSS variables
Description:

This package contains a syntax coloring theme for pygments making use of the JupyterLab CSS variables.

python-jupyter-server-terminals 0.5.4
Propagated dependencies: python-terminado@0.18.1
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://pypi.org/project/jupyter-server-terminals/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Jupyter Server extension providing terminals
Description:

This package provides a Jupyter Server extension providing terminals.

python-qtconsole 5.7.2
Propagated dependencies: python-ipykernel@6.29.5 python-ipython-pygments-lexers@1.1.1 python-jupyter-client@7.4.9 python-jupyter-core@5.9.1 python-packaging@25.0 python-pygments@2.19.2 python-qtpy@2.4.3 python-traitlets@5.14.3
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://jupyter.org
Licenses: Modified BSD
Build system: pyproject
Synopsis: Jupyter Qt console
Description:

This package provides a Qt-based console for Jupyter with support for rich media output.

python-jupyter-events 0.12.1
Propagated dependencies: python-jsonschema@4.23.0 python-json-logger@4.0.0 python-pyyaml@6.0.2 python-referencing@0.35.1 python-rfc3339-validator@0.1.4 python-rfc3986-validator@0.1.1 python-traitlets@5.14.3
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://github.com/jupyter/jupyter_events
Licenses: Modified BSD
Build system: pyproject
Synopsis: Jupyter Event System library
Description:

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.

Total packages: 72465