Min RK
d54d7904ee
trigger `gulp js` as distutils step
...
ensures minified js is installed
11 years ago
Min RK
d71a59cc9f
s/jupyter_notebook/notebook
11 years ago
Matthias Bussonnier
f47ec80c4f
replace jupyter_nbformat by nbformat
...
Also replace the `import nbformat as nbformat` by `import nbformat`
and change the name of the installed egg.
11 years ago
Min RK
441c380d3b
ipython_kernel is ipykernel
11 years ago
Min RK
011f60e46b
s/jupyter_nbconvert/nbconvert/
11 years ago
stuntgoat
d824088f7e
add sphinx to extras
11 years ago
Min RK
f9cb268e0d
add `setup.py js`
...
from JupyterHub
- fetches node tools locally with npm
- runs bower
- setup.py css uses local less as well,
so no need to `npm install -g` anything.
11 years ago
Min RK
b9e241b8c1
remove unused IPython code from setup, setupbase
11 years ago
Min RK
402bd06c41
add ipython[kernel]
...
which depends on ipython_kernel
removing the need to install 'all' on travis
11 years ago
Min RK
aa44573181
remove qtconsole
11 years ago
Min RK
1c20a2baae
remove ipython_parallel
11 years ago
Min RK
4317b94de5
remove nbformat
...
ipython[nbformat] depends on jupyter_nbformat
11 years ago
Min RK
f508433a8a
add traitlets as setup.py dependency
11 years ago
Min RK
7d841d32c9
Revert "use testpath.tempdir for utils.tempdir"
11 years ago
Min RK
d97d8ced2f
use testpath.tempdir for utils.tempdir
...
instead of adding tempdir to genutils
11 years ago
Min RK
089b0d09cd
disable install from master
...
while it's broken by The Big Split
with informative note about `pip install -e`
11 years ago
Min RK
d88f832f06
remove pickleshare from external
11 years ago
MinRK
f0f9cdf3ae
remove non-setuptools dependency checks
11 years ago
MinRK
d4e386b0bc
remove simplegeneric from external
...
make it a dependency
11 years ago
MinRK
3f93c80d7e
remove pexpect from external
...
make it a dependency on non-Windows
11 years ago
MinRK
e34f926e0e
remove appnope from external
...
make it a dependency on OS X
11 years ago
MinRK
2f8f12cfb1
remove decorator from external
11 years ago
MinRK
31250d29b8
remove path from external
11 years ago
Thomas Kluyver
377081e02e
Move IPython lexers module to lib
...
Closes gh-7941
I've left a backwards compatibility module in
IPython.nbconvert.utils.lexers - I don't know if anyone is importing it
directly, but since we put it in entry points, we should probably
consider it public API.
11 years ago
Min RK
809e79b6e4
bump pyzmq version dependency to 13
...
pyzmq < 13 doesn't work with tornado >= 3, which we also require.
This results in clearer error messages when pyzmq is too old.
11 years ago
Min RK
6d9b7c918c
add terminado as [notebook] dep on non-Windows
11 years ago
Min RK
fe64986161
calculate 'all' dependency set after finishing the rest
...
some platform-dependent things were excluded from 'all'
11 years ago
Lev Abalkin
f6c9dc44b7
Closes #7558 : Added pygments entry points for ipython lexers.
11 years ago
Min RK
67124b4fcc
remove strict arg from css_js_prerelease
11 years ago
Min RK
4b04752863
remove strict requirement for less,invoke in wheel/sdist
...
move the strictness to our release script
this means others can build personal wheels without less, invoke,
but IPython releases still cannot be made without them,
which is the real goal.
11 years ago
Matthias Bussonnier
4e2dfe2527
Some code cleanup in javascript and python
...
change patern that are prone to error, like function redifinition
and other.
11 years ago
Min RK
feee854217
don't cleanup egg-info after every setup.py command
...
would cause `setup.py css` or any other command
to effectively uninstall a development install.
11 years ago
Kyle Kelley
9c259a4439
Bump mistune to 0.5 in notebook deps
11 years ago
Peter Odding
18129cb396
Depend on gnureadline when building binary wheel or setupext.check_for_readline() fails
...
This is a follow up to 4d9f6f00a4f0798e41700c22a839eddff0881692 based on
the discussion in pull request #7047 where we seem to have found a middle
ground that should make everyone happy :-)
11 years ago
Peter Odding
b198f3b4d6
Always depend on gnureadline if setupext.check_for_readline() fails
...
The inconsistency (asymmetry) of unconditionally adding gnureadline as a
dependency of binary distributions can cause issues like reported at
https://github.com/paylogic/pip-accel/issues/34
11 years ago
Min RK
48d77b3f03
Merge pull request #6886 from minrk/tornado-4
...
require tornado 4
11 years ago
Thomas Kluyver
37a2a8a6e5
Install on Windows without using setuptools
...
This creates batch files, with a .cmd extension, which can launch
IPython from 'ipython' at a command line, to replace the .exe files
created by setuptools.
This makes repeated installations much quicker on Windows.
11 years ago
Min RK
19bcc5fed9
bump minimum tornado version to 4.0
...
remove various websocket workaround for tornado 3
11 years ago
Min RK
69fc75e3cf
add 'requests' as test dependency
...
since it is one
11 years ago
MinRK
1a4b795870
Use Draft4 JSON Schema for both v3 and v4
...
no longer need jsonpointer
11 years ago
MinRK
6d292040b4
require mistune 0.3.1
...
changed signatures
12 years ago
MinRK
b1882ca9e5
add strict arg to css_js setup decorator
...
and attempt to build css on build_by (install)
12 years ago
MinRK
0eae787b58
don’t store minified css in development
...
- setup css defaults to non-minified css
- build minified css and jsversion on sdist/wheel
12 years ago
Thomas Kluyver
5904b9094d
Version dependency on mistune
12 years ago
Thomas Kluyver
890f9cd88c
Add deps for nbconvert to HTML for 'notebook' target
...
Also, nbconvert no longer requires Sphinx.
12 years ago
Thomas Kluyver
44ab946b2d
Make mistune a requirement for nbconvert
12 years ago
MinRK
2235f16c5c
remove jsonschema and jsonpointer from external
...
add them as nbformat dependencies
12 years ago
Thomas Kluyver
a9ee746b59
Merge pull request #5571 from minrk/readline-deps
...
add ipython[terminal] dependency group
12 years ago
MinRK
b563aaf948
add ipython[terminal] dependency group
...
for pyreadline on Windows.
gnureadline is still a dependency on OS X
pyreadline will *not* be installed by default anymore.
There will no longer be any checks for dependencies in entry points.
12 years ago
cgohlke
b05806e553
Remove PyReadline as a install requirement on Windows
12 years ago