Personal tools
Skip to content. | Skip to navigation
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
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.
Tk backend for python3-matplotlib
The fastest markdown parser in pure Python, inspired by marked.
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.