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.
This package provides a hatch plugin to help build Jupyter packages.
A bash shell kernel for Jupyter.
This package provides a client library for executing notebooks. It was formerly known as nbconvert's ExecutePreprocessor.
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.
NbClassic provides a backwards compatible Jupyter Notebook interface that you can install side-by-side with the latest versions: That way, you can fearlessly upgrade without worrying about your classic extensions and customizations breaking. Because NbClassic provides the classic interface on top of the new Jupyter Server backend, it can coexist with other frontends like JupyterLab and Notebook 7 in the same installation. NbClassic preserves the custom classic notebook experience under a new set of URL endpoints, under the namespace /nbclassic/.
Jupyter core is the base package on which Jupyter projects rely.
This package provides the IPython 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 library to conncet to live Jupyter Kernels through HTTP and WebSocket.
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.
The Jupyter HTML notebook is a web-based notebook environment for interactive computing.
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.
This project provides a way for JupyterLab and other frontends to switch to Jupyter Server for their Python Web application backend.
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
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.
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.
This package provides a Sphinx extension for deploying JupyterLite.
This package contains a syntax coloring theme for pygments making use of the JupyterLab CSS variables.
The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, machine learning and much more.
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.
jupyter_kernel_test is a tool for testing Jupyter kernels. It tests kernels for successful code execution and conformance with the Jupyter Messaging Protocol.
The jupyterlite-core package provides the core functionality for building JupyterLite websites, the jupyter-lite CLI, and extension points for authoring custom addons.
This package provides a pytest plugin for testing Jupyter libraries and extensions.
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.