Search RPM Packages
Search by exact RPM name. You can type multiple names.
Search where RPM name contains text.
Search where RPM summary or description contains text.
i386    i686    noarch    athlon    x86_64    armv6hl   
36    42   
21 rpm packages matching your search terms.
  1. bastion-product-jupyter-7.2.0-0.2.20250920.lbn42.noarch.rpm
    Sep 20, 2025     ok
    Our Subscription Manager utilises X509 certificates to define the product(s) a system is built upon/subscribed to. This is the subscription definition for Python3-Notebook
  2. python-jupyter-filesystem-5.7.2-8.fc42.noarch.rpm
    Jan 19, 2025     ok
    This package provides directories required by other packages that add extensions to Jupyter.
  3. python3-jupyter-c-kernel-1.2.2-25.fc42.noarch.rpm
    Jan 19, 2025     ok
    Minimalistic C kernel for Jupyter
  4. python3-jupyter-cache-1.0.1-2.fc42.noarch.rpm
    Jan 19, 2025     ok
    This package provides a defined interface for working with a cache of Jupyter notebooks. It is useful if you have a number of notebooks whose execution outputs you want to ensure are kept up to date, without having to re-execute them every time (particularly for long running code, or text-based formats that do not store the outputs). The notebooks must have deterministic execution outputs: - You use the same environment to run them (e.g. the same installed packages) - They run no nondeterministic code (e.g. random numbers) - They do not depend on external resources (e.g. files or network connections) that change over time
  5. python3-jupyter-client-8.6.1-11.fc42.noarch.rpm
    Jan 19, 2025     ok
    This package contains the reference implementation of the Jupyter protocol. It also provides client and kernel management APIs for working with kernels. It also provides the `jupyter kernelspec` entrypoint for installing kernelspecs for use with Jupyter frontends.
  6. python3-jupyter-console-6.6.3-10.fc42.noarch.rpm
    Jan 19, 2025     ok
    An IPython-like terminal frontend for Jupyter kernels in any language.
  7. python3-jupyter-core-5.7.2-8.fc42.noarch.rpm
    Jan 19, 2025     ok
    Core common functionality of Jupyter projects. This package contains base application classes and configuration inherited by other projects.
  8. python3-jupyter-events-0.12.0-1.lbn42.noarch.rpm
    Sep 18, 2025     ok
    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
  9. python3-jupyter-kernel-singular-0.9.9-19.fc42.noarch.rpm
    Jan 19, 2025     ok
    This package contains a Jupyter kernel for Singular, to enable using Jupyter as the front end for Singular.
  10. python3-jupyter-kernel-test-0.7.0-5.fc42.noarch.rpm
    Jan 19, 2025     ok
    jupyter_kernel_test is a tool for testing Jupyter kernels. It tests kernels for successful code execution and conformance with the Jupyter Messaging Protocol (currently 5.0).