Personal tools
Skip to content. | Skip to navigation
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 ...
This package contains the base implementation of the Jupyter Notebook format, and Python APIs for working with notebooks.
NetworkX is a Python 3 package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
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.
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.
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.
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.