You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-pandas-0.18.1-2.lbn19.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-orderedset-2.0-2.lbn19.x86_64
This package contains an ordered set implementation in Cython. Features: - Works like a regular set, but remembers insertion order; - Is approximately 5 times faster than the pure Python implementation overall (and 5 times slower than set); - Compatible with Python 2.6 through 3.4.; - Supports the full set interface; - Supports some list methods, like index and __getitem__. - Supports set methods against iterables.
RPMPackage python3-ordered-set-2.0.0-3.lbn19.noarch
An OrderedSet is a custom MutableSet that remembers its order, so that every entry has an index that can be looked up. This package contains python3 bindings.
RPMPackage python3-numpy-f2py-1.11.0-4.lbn19.x86_64
This package includes a version of f2py that works properly with NumPy.
RPMPackage python3-numpy-1.11.0-4.lbn19.x86_64
NumPy is a general-purpose array-processing package designed to efficiently manipulate large multi-dimensional arrays of arbitrary records without sacrificing too much speed for small multi-dimensional arrays. NumPy is built on the Numeric code base and adds features introduced by numarray as well as an extended C-API and the ability to create arrays of arbitrary type. There are also basic facilities for discrete fourier transform, basic linear algebra and random number generation. Also included in this package is a version of f2py that works properly with NumPy.
RPMPackage python3-notedown-1.5.0-1.lbn19.noarch
*Python 2/3 and IPython 4 / Jupyter compatible!*Convert IPython Notebooks to markdown (and back) [notedown] is a simple tool to create [IPython notebooks][ipython] from markdown (and rmarkdown).[ipython]: http://www.ipython.org/notebook [notedown]: http://github.com/aaren/notedownnotedown separates your markdown into code and not code. Code blocks (fenced or indented) go into input cells, ...
RPMPackage python3-notebook-4.2.2-1.lbn19.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-nltk-3.2.1-1.lbn19.noarch
The Natural Language Toolkit (NLTK) is a Python package for natural language processing. NLTK requires Python 2.7, or 3.2+.
RPMPackage python3-networkx-geo-1.11-3.lbn19.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-3.lbn19.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-1.11-3.lbn19.noarch
NetworkX is a Python 3 package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
RPMPackage python3-nbsphinx-0.2.9-1.lbn19.noarch
Jupyter Notebook Tools for Sphinx nbsphinx is a Sphinx_ extension that provides a source parser for *.ipynb files. Custom Sphinx directives are used to show Jupyter Notebook_ code cells (and of course their results) in both HTML and LaTeX output. Unevaluated notebooks i.e. notebooks without stored output cells will be automatically executed during the Sphinx build process... _Sphinx: ...
RPMPackage python3-nbformat-4.0.1-1.lbn19.noarch
This package contains the base implementation of the Jupyter Notebook format, and Python APIs for working with notebooks.
RPMPackage python3-nbconvert-4.2.0-1.lbn19.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-nbbrowserpdf-0.2.0-1.lbn19.noarch
> LaTeX-free PDF generation for Jupyter Notebooks Installation > TODO: pypi package ```shell pip install https://github.com /Anaconda-Server/nbbrowserpdf/archive/master.zip python -m nbbrowserpdf.install ``` Enable the extension for every notebook launch: ```shell python -m nbpresent.install --enable ``` Installing with `conda` will handle the installation and enabling (in ...
RPMPackage python3-murmurhash-0.26.4-1.lbn19.x86_64
.. image:: https://travisci.org/spacyio/murmurhash.svg?branchmaster :target: https://travisci.org/spacyio/murmurhashCython bindings for MurmurHash2
RPMPackage python3-mistune-0.7.3-1.lbn19.x86_64
The fastest markdown parser in pure Python, inspired by marked.
RPMPackage python3-matplotlib-tk-1.5.2-0.1.rc2.lbn19.x86_64
Tk backend for python3-matplotlib
RPMPackage python3-matplotlib-1.5.2-0.1.rc2.lbn19.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-markdown-2.6.6-1.lbn19.noarch
This is a Python implementation of John Gruber's Markdown. It is almost completely compliant with the reference implementation, though there are a few known issues.