Skip to content

Instantly share code, notes, and snippets.

@cel4
cel4 / tox.log
Created August 15, 2014 18:10
Tox js errors
GLOB sdist-make: /home/ch/repositories/myipython/setup.py
py27 inst-nodeps: /home/ch/repositories/myipython/.tox/dist/ipython-3.0.0-dev.zip
py27 runtests: PYTHONHASHSEED='325369691'
py27 runtests: commands[0] | iptest js/notebook js/services js/widgets js/base
Test group: js/notebook
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
Test file: /home/ch/repositories/myipython/.tox/py27/lib/python2.7/site-packages/IPython/html/tests/notebook/display_image.js
Page Error!
line 240 of http://127.0.0.1:8888/static/services/kernels/js/kernel.js
@cel4
cel4 / ipython-2.1.0.ebuild
Last active August 29, 2015 14:04
First draft version of ipython-2.1.0.ebuild
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE='readline,sqlite'
inherit distutils-r1 virtualx