You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-pypandoc-1.3.3-5.lbn25.py37.noarch
pypandoc provides a thin Python wrapper for pandoc, a universal document converter, allowing parsing and conversion of pandoc-formatted text.
RPMPackage python3-pymongo-gridfs-3.6.1-1.lbn25.py37.x86_64
GridFS is a storage specification for large objects in MongoDB. This package contains the python3 version of this module.
RPMPackage python3-pymongo-3.6.1-1.lbn25.py37.x86_64
The Python driver for MongoDB. This package contains the python3 version of this module.
RPMPackage python3-ptyprocess-0.5.1-2.lbn25.py37.noarch
Launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty.
RPMPackage python3-prompt_toolkit-1.0.14-2.lbn25.py37.noarch
prompt_toolkit is a library for building powerful interactive command lines and terminal applications in Python.
RPMPackage python3-pickleshare-0.7.4-6.lbn25.py37.noarch
PickleShare - a small โ€˜shelveโ€™ like data store with concurrency support. Like shelve, a PickleShareDB object acts like a normal dictionary. Unlike shelve, many processes can access the database simultaneously. Changing a value in database is immediately visible to other processes accessing the same database. Concurrency is possible because the values are stored in separate files. Hence the โ€œdatabaseโ€ is a directory where all files are governed by PickleShare.
RPMPackage python3-pandas-0.23.4-1.lbn25.py37.x86_64
pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language. Python 3 version.
RPMPackage python3-notebook-6.0.1-1.lbn25.noarch
The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. The Notebook has support for multiple programming languages, sharing, and interactive widgets.Read the documentation <https://jupyternotebook.readthedocs.org>_ for more information.
RPMPackage python3-notebook-6.0.1-1.lbn25.noarch
The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. The Notebook has support for multiple programming languages, sharing, and interactive widgets.Read the documentation <https://jupyternotebook.readthedocs.org>_ for more information.
RPMPackage python3-networkx-geo-1.11-8.lbn25.noarch
NetworkX is a Python 3 package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. This package provides GDAL I/O support.
RPMPackage python3-networkx-core-1.11-8.lbn25.noarch
NetworkX is a Python 3 package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
RPMPackage python3-networkx-2.2-3.lbn25.noarch
NetworkX is a Python 3 package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
RPMPackage python3-nbformat-4.4.0-2.lbn25.noarch
This package contains the base implementation of the Jupyter Notebook format, and Python APIs for working with notebooks.
RPMPackage python3-nbformat-4.4.0-2.lbn25.noarch
This package contains the base implementation of the Jupyter Notebook format, and Python APIs for working with notebooks.
RPMPackage python3-nbconvert-5.6.0-1.lbn25.noarch
nbconvert ========= Jupyter Notebook Conversion --------------------------- |Google Group| |Build Status| |Documentation Status| |codecov.io| The **nbconvert** tool, ``jupyter nbconvert``, converts notebooks to various other formats via `Jinja <http://jinja.pocoo.org/>`__ templates. The nbconvert tool allows you to convert an ``.ipynb`` notebook file into various static formats ...
RPMPackage python3-nbconvert-5.6.0-1.lbn25.noarch
nbconvert ========= Jupyter Notebook Conversion --------------------------- |Google Group| |Build Status| |Documentation Status| |codecov.io| The **nbconvert** tool, ``jupyter nbconvert``, converts notebooks to various other formats via `Jinja <http://jinja.pocoo.org/>`__ templates. The nbconvert tool allows you to convert an ``.ipynb`` notebook file into various static formats ...
RPMPackage python3-mistune-0.8.3-6.lbn25.x86_64
The fastest markdown parser in pure Python, inspired by marked.
RPMPackage python3-matplotlib-tk-3.1.1-1.lbn25.1.x86_64
Tk backend for python3-matplotlib
RPMPackage python3-matplotlib-3.1.1-1.lbn25.1.x86_64
Matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. matplotlib can be used in python scripts, the python and ipython shell, web application servers, and six graphical user interface toolkits. Matplotlib tries to make easy things easy and hard things possible. You can generate plots, histograms, power spectra, bar charts, errorcharts, scatterplots, etc, with just a few lines of code.
RPMPackage python3-jupyter-sphinx-theme-0.0.6-1.lbn25.py37.noarch
jupytersphinxtheme A Jupyter [Sphinx]( theme for narrative documentation. Installation Install the package using PIP:bash pip install jupyter_sphinx_theme Edit the "conf.py" configuration file to point to the jupyter theme:python At the top. from jupyter_sphinx_theme import * init_theme() ... Comment out the html_theme line