Skip to main content

A set of Python utility methods to ease usage of Jupyter notebook

Project description

https://travis-ci.org/Stibbons/jupyter_utils.svg?branch=master Pypi package

A set of Python utility methods to ease usage of Jupyter notebook

Installation

Install jupyter_utils in Anaconda:

$ source activate my_conda_env
$ pip install jupyter_utils

Note: only dependencies described in requirements.txt will be installed when using pip install. The development dependencies (pylint,…) and not installed on deployment.

Usage

>From now, on every Jupyter notebook that use this conda environment, you can install any missing anaconda package directly from the cell.

Install Anaconda package

An anaconda package can be installed directly from the notebook using ! conda install …, but you need to specify the name of the kernel. To simply this, Jupyter Utils provides:

from jupyter_utils import conda
conda.install("numpy")

Grid Search CV on Apache Spark 1.6

Easily distribute Scikit-learn Cross Validation on a Spark Cluster. Only for Spark 1.6.x. For Spark 2, use Sparkit-Learn or Spark-SKLearn.

from jupyter_utils.spark import SparkGridSearchCV
SparkGridSearchCV(sc, model, params)

Contributing

Create a virtualenv:

$ virtualenv venv
$ source venv/bin/activate
$ pip install --upgrade pip  # Force upgrade to latest version of pip

Setup for production:

$ pip install -r requirements.txt .

Setup for development and unit tests:

$ pip install --upgrade -r requirements.txt -r requirements-dev.txt -e .
$ python setup.py develop

Execute unit tests:

$ python setup.py test

Code Style:

$ python setup.py flake8
$ yapf -r -i jupyter_utils

Build:

$ # Source package
$ python setup.py sdist
$ # Binary package:
$ python setup.py bdist bdist_wheel

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jupyter_utils-1.2.6.tar.gz (10.5 kB view details)

Uploaded Source

Built Distribution

jupyter_utils-1.2.6-py2.py3-none-any.whl (10.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file jupyter_utils-1.2.6.tar.gz.

File metadata

File hashes

Hashes for jupyter_utils-1.2.6.tar.gz
Algorithm Hash digest
SHA256 d9aef1d2580f2467c6e2a9e465a370cea53cd87884c1d21a695b554a89c06b2e
MD5 f081da1c16d5493a981a7fcf163d5d00
BLAKE2b-256 2fef54713a0af7079602f40e0ae01cb189eae13fef3a65238b5857536e01468d

See more details on using hashes here.

File details

Details for the file jupyter_utils-1.2.6-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for jupyter_utils-1.2.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3c647bf52315460da11021fa404abf59d986c70a0b78f9243799d06fc3c47231
MD5 cbae95f4d86f4e80972cc4df06bf6364
BLAKE2b-256 8cf62731b88690ed6697c0340444c6b830a93e03501732aa15bbf65c83f89987

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page