Collecting nbtools==0.1.6 1 location(s) to search for versions of nbtools: * https://pypi.python.org/simple/nbtools/ Getting page https://pypi.python.org/simple/nbtools/ Analyzing links from page https://pypi.python.org/simple/nbtools/ Found link https://pypi.python.org/packages/40/05/fdf71bd8dbf0ceee48bda081d421f2d431b614ad3aa2d11b8c88aea2d843/nbtools-0.1.6.tar.gz#md5=cc29c85c3be0fb111e05785b40bf4936 (from https://pypi.python.org/simple/nbtools/), version: 0.1.6 Found link https://pypi.python.org/packages/61/3a/d46252b99288f504c096521c1a71a69998783a0b84843b21848065fff302/nbtools-0.1.3.tar.gz#md5=91a859995b404a1a8be605d95c10788c (from https://pypi.python.org/simple/nbtools/), version: 0.1.3 Found link https://pypi.python.org/packages/9d/a7/2cc18717d79605d26cf531623810262956a18a6ae4ba2fc4a16289d2d74b/nbtools-0.1.4.tar.gz#md5=7485fb05d37c2bad4ed3b5cbd99d83a6 (from https://pypi.python.org/simple/nbtools/), version: 0.1.4 Found link https://pypi.python.org/packages/d6/42/0d342076d837f27bd7c8bca93086ae26371ad0b154bcbdf587cf5f16939c/nbtools-0.1.5.tar.gz#md5=19df359bc7b2523151c3a2e94616e849 (from https://pypi.python.org/simple/nbtools/), version: 0.1.5 Using version 0.1.6 (newest of versions: 0.1.6) Downloading nbtools-0.1.6.tar.gz Downloading from URL https://pypi.python.org/packages/40/05/fdf71bd8dbf0ceee48bda081d421f2d431b614ad3aa2d11b8c88aea2d843/nbtools-0.1.6.tar.gz#md5=cc29c85c3be0fb111e05785b40bf4936 (from https://pypi.python.org/simple/nbtools/) Running setup.py (path:/tmp/pip-build-uskk22n2/nbtools/setup.py) egg_info for package nbtools Running command python setup.py egg_info running egg_info creating pip-egg-info/nbtools.egg-info writing top-level names to pip-egg-info/nbtools.egg-info/top_level.txt writing requirements to pip-egg-info/nbtools.egg-info/requires.txt writing dependency_links to pip-egg-info/nbtools.egg-info/dependency_links.txt writing pip-egg-info/nbtools.egg-info/PKG-INFO writing manifest file 'pip-egg-info/nbtools.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/nbtools.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/nbtools.egg-info/SOURCES.txt' Source in /tmp/pip-build-uskk22n2/nbtools has version 0.1.6, which satisfies requirement nbtools==0.1.6 from https://pypi.python.org/packages/40/05/fdf71bd8dbf0ceee48bda081d421f2d431b614ad3aa2d11b8c88aea2d843/nbtools-0.1.6.tar.gz#md5=cc29c85c3be0fb111e05785b40bf4936 Building wheels for collected packages: nbtools Running setup.py bdist_wheel for nbtools: started Destination directory: /tmp/tmpdz_d1jj5pip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-uskk22n2/nbtools/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpdz_d1jj5pip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/nbtools copying nbtools/__init__.py -> build/lib/nbtools creating build/lib/nbtools/static copying nbtools/static/nbtools.js -> build/lib/nbtools/static copying nbtools/static/toolbox.js -> build/lib/nbtools/static copying nbtools/static/toolbox.css -> build/lib/nbtools/static creating build/lib/nbtools/jsobject copying nbtools/jsobject/backend_context.js -> build/lib/nbtools/jsobject copying nbtools/jsobject/jsobject.py -> build/lib/nbtools/jsobject copying nbtools/jsobject/utils.py -> build/lib/nbtools/jsobject copying nbtools/jsobject/__init__.py -> build/lib/nbtools/jsobject installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/nbtools creating build/bdist.linux-armv7l/wheel/nbtools/jsobject copying build/lib/nbtools/jsobject/backend_context.js -> build/bdist.linux-armv7l/wheel/nbtools/jsobject copying build/lib/nbtools/jsobject/utils.py -> build/bdist.linux-armv7l/wheel/nbtools/jsobject copying build/lib/nbtools/jsobject/__init__.py -> build/bdist.linux-armv7l/wheel/nbtools/jsobject copying build/lib/nbtools/jsobject/jsobject.py -> build/bdist.linux-armv7l/wheel/nbtools/jsobject copying build/lib/nbtools/__init__.py -> build/bdist.linux-armv7l/wheel/nbtools creating build/bdist.linux-armv7l/wheel/nbtools/static copying build/lib/nbtools/static/nbtools.js -> build/bdist.linux-armv7l/wheel/nbtools/static copying build/lib/nbtools/static/toolbox.css -> build/bdist.linux-armv7l/wheel/nbtools/static copying build/lib/nbtools/static/toolbox.js -> build/bdist.linux-armv7l/wheel/nbtools/static running install_egg_info running egg_info writing requirements to nbtools.egg-info/requires.txt writing nbtools.egg-info/PKG-INFO writing top-level names to nbtools.egg-info/top_level.txt writing dependency_links to nbtools.egg-info/dependency_links.txt reading manifest file 'nbtools.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'nbtools.egg-info/SOURCES.txt' Copying nbtools.egg-info to build/bdist.linux-armv7l/wheel/nbtools-0.1.6-py3.4.egg-info running install_scripts Running post install task Unable to automatically enable Notebook Tool Manager extension for Jupyter. Please manually enable the extension by running the following commands: jupyter nbextension enable --py widgetsnbextension jupyter nbextension install --py nbtools jupyter nbextension enable --py nbtools jupyter serverextension enable --py nbtools creating build/bdist.linux-armv7l/wheel/nbtools-0.1.6.dist-info/WHEEL Running setup.py bdist_wheel for nbtools: finished with status 'done' Stored in directory: /tmp/tmpnt6rhbc2 Successfully built nbtools Cleaning up... Removing source in /tmp/pip-build-uskk22n2/nbtools