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. python3-jupyter-lsp-2.2.5-4.fc42.noarch.rpm
    Jan 19, 2025     ok
    Multi-Language Server WebSocket proxy for your Jupyter notebook or lab server. For Python 3.6+.
  2. python3-jupyter-packaging-0.12.3-15.fc42.noarch.rpm
    Jan 19, 2025     ok
    This package contains utilities for making Python packages with and without accompanying JavaScript packages.
  3. python3-jupyter-polymake-0.16-30.20180129.7049940.fc42.noarch.rpm
    Jan 19, 2025     ok
    This package contains a Jupyter kernel for polymake.
  4. python3-jupyter-server-2.15.0-2.fc42.noarch.rpm
    Jan 19, 2025     ok
    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.
  5. python3-jupyter-server-kernels-proxy-0.1.0-1.lbn42.noarch.rpm
    Sep 13, 2025     ok
    Jupyter Server Kernels Proxy
  6. python3-jupyter-server-mathjax-0.2.6-1.lbn42.noarch.rpm
    Sep 13, 2025     ok
    MathJax resources endpoints for Jupyter Server Basic Usage Install from PyPI: > pip install jupyter_server_mathjax This will automatically enable the extension in Jupyter Server. To test the installation, you can run Jupyter Server and visit the /static/jupyter_server_mathjax/MathJax.js endpoint: > jupyter server Maintenance Notes To install an editable install locally for development, first clone the repository locally, then run: `pip install -e .[test]` Note that the editable install will not install the data file that automatically configures the extension for use. To manually enable it, run: jupyter server extension enable --py jupyter_server_mathjax To build for distribution, use the build package: pip install build python -m build Then release using twine: twine check dist/* twine check dist/*
  7. python3-jupyter-server-terminals-0.5.3-5.fc42.noarch.rpm
    Jan 19, 2025     ok
    Jupyter Server Terminals is a Jupyter Server Extension providing support for terminals.
  8. python3-jupyter-server-xarray-leaflet-0.2.3-1.lbn42.noarch.rpm
    Sep 13, 2025     ok
    A Jupyter Server extension for xarray-leaflet
  9. python3-jupyter-summarytools-0.2.3-1.lbn42.noarch.rpm
    Sep 13, 2025     ok
    ![GitHub]( ![PyPI]( ![PyPI - Status]( ![PyPI - Downloads]( ![GitHub last commit]( DataFrame Summary Tools in Jupyter NotebookThis is python version of summarytools, which is used to generate standardized and comprehensive summary of dataframe in Jupyter Notebooks.The idea is originated from the summarytools R package (
  10. python3-jupyter-vscode-server-0.0.10-1.lbn42.noarch.rpm
    Sep 13, 2025     ok
    Jupyter VS Code Server About jupyter-vscode-serverA Jupyter Notebook extension to launch [cdr/code-server]( (VS Code). Using jupyter-vscode-serverYou must already have code-server installed. Check out code-server's [Getting Started]( section.Extension can be install with:bash pip install jupyter-vscode-server Example Dockerfile segment to install code-server:Dockerfile ENV CODESERVER_URL" \...