Commit Graph

214 Commits

Author SHA1 Message Date
Min RK
d71a59cc9f s/jupyter_notebook/notebook 2015-05-14 10:49:28 -07:00
Min RK
b1562cd21a properly update package_data after components changes
build_py wasn't getting updated,
causing it to leave out components fetched during setup
2015-04-22 16:19:13 -07:00
Min RK
1259a04fc6 Merge pull request #17 from Carreau/gulp-css
use gulp to build css
2015-04-21 15:37:14 -07:00
Matthias Bussonnier
824c45f6a2 build sourcemap and tweek setup.py css to use gulp 2015-04-21 15:37:14 -07:00
Min RK
e520a89e54 install mathjax js/css
restrict to HTML-CSS + STIX-Web for size
2015-04-21 15:37:12 -07:00
Thomas Kluyver
21e945121c Need to specify None explicitly for utime on Python 2 2015-04-21 15:37:10 -07:00
Thomas Kluyver
afa7cd9a21 Add comment about origin of which() 2015-04-21 15:37:09 -07:00
Thomas Kluyver
314fcf163f Include a copy of which() for setup.py 2015-04-21 15:37:09 -07:00
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.
2015-04-21 15:37:09 -07:00
Min RK
b9e241b8c1 remove unused IPython code from setup, setupbase 2015-04-21 15:37:06 -07:00
Min RK
8c683b8a0e remove nbconvert 2015-04-09 21:42:46 -07:00
Min RK
1c20a2baae remove ipython_parallel 2015-04-09 14:31:00 -07:00
Min RK
4a97b2a410 jupyter_notebook path in setup base, gitignore 2015-04-08 23:04:20 -07:00
Min RK
a618935010 kernel.resources isn't a package 2015-03-27 17:46:26 -07:00
Min RK
8cc3ebe724 remove nbconvert from package data 2015-03-26 11:21:43 -07:00
Thomas Kluyver
3da1ec7d36 Shim IPython.nbformat so tests pass again 2015-03-25 17:30:14 -07:00
Min RK
62c0ab05b6 remove bundled profiles
and move README_STARTUP to core/profile
2015-03-25 10:23:19 -07:00
Thomas Kluyver
54195eaf34 Remove Qt console package_data from setup
We should remember this when the ipython_qtconsole package gets its own
setup.

Closes gh-8140
2015-03-25 09:53:53 -07:00
MinRK
f0f9cdf3ae remove non-setuptools dependency checks 2015-03-23 11:22:10 -07:00
MinRK
3f93c80d7e remove pexpect from external
make it a dependency on non-Windows
2015-03-23 11:22:09 -07:00
MinRK
e34f926e0e remove appnope from external
make it a dependency on OS X
2015-03-23 11:22:09 -07:00
Thomas Kluyver
8c6b5ea4dd Merge pull request #7632 from minrk/terminado-dep
add terminado as [notebook] dep on non-Windows
2015-02-03 14:28:45 -08:00
Min RK
f979c3c48a add terminado to wheel dependencies 2015-02-03 10:56:26 -08:00
Min RK
01de88687d verify that setup.py jsversion did something 2015-01-30 14:19:25 -08:00
Min RK
67124b4fcc remove strict arg from css_js_prerelease 2015-01-09 14:02:39 -08:00
Min RK
cb0c95575e friendlier error messages when invoke/lessc are missing
and not needed.
2014-12-27 00:16:28 -08:00
Thomas Kluyver
c1ebfd1f3a Add kernel resources directory to package_data 2014-12-13 17:46:25 -08:00
Min RK
46f2ebf1de Remove highlight.js
from components and setupbase
2014-11-14 14:54:50 -08:00
Thomas Kluyver
6b85afb077 Add es6-promise to package_data 2014-11-13 11:59:15 -08:00
Thomas Kluyver
b80be59fef Update some docstrings 2014-11-11 10:45:18 -08:00
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.
2014-11-11 10:38:05 -08:00
MinRK
fd17ea8078 Use Draft4 JSON Schema for v4 2014-11-01 16:40:59 -07:00
Kyle Kelley
1dcf9c325d Add term.js to package data for installation. 2014-10-25 17:15:36 -07:00
Matthias Bussonnier
d269912958 Merge pull request #6110 from minrk/binarycomm
support binary buffers in comm messages
2014-10-19 11:03:24 +02:00
MinRK
41cfd4f5cf use invoke instead of fabric
it's the descendant of the part of fabric we actually use,
it doesn't have complex compiled dependencies like fabric,
and it works on Python 3.
2014-10-15 16:53:07 -07:00
MinRK
ec769b6ef8 install text-encoding polyfill 2014-10-15 12:23:32 -07:00
MinRK
1a4b795870 Use Draft4 JSON Schema for both v3 and v4
no longer need jsonpointer
2014-10-08 12:33:31 -07:00
Matthias Bussonnier
be4b180b03 cast unicode to allow json dump 2014-09-29 16:11:19 +02:00
Matthias BUSSONNIER
8b20aee32e use momentjs for nice dates 2014-07-30 23:37:07 +02:00
Thomas Spura
fadeeb0275 fontawesome-4 renamed font folder to fonts 2014-07-27 14:52:04 +02:00
MinRK
ff98a86f2d check_call with list, instead of shell=True 2014-07-23 17:03:14 -07:00
MinRK
168d619726 fab css checks whether it needs to do anything
makefile-style

adds `force` arg to override, minify implies force.
2014-07-23 16:59:44 -07:00
MinRK
b1882ca9e5 add strict arg to css_js setup decorator
and attempt to build css on build_by (install)
2014-07-23 16:59:43 -07:00
MinRK
0eae787b58 don’t store minified css in development
- setup css defaults to non-minified css
- build minified css and jsversion on sdist/wheel
2014-07-23 14:19:27 -07:00
MinRK
11bcc6e1e5 merge separate input/expected notebooks for execute preprocessor 2014-06-26 16:33:13 -07:00
Julia Evans
06adb299c0 Oops, preprocessor*s* 2014-06-26 13:21:28 -07:00
Julia Evans
4fcf0df53a Add preprocessor test inputs to find_package_data() 2014-06-26 13:21:28 -07:00
Thomas Kluyver
556257a66b Fix bootstrap location in package_data 2014-06-10 13:00:47 -07:00
Thomas Kluyver
1e9413a293 Merge pull request #5658 from jhamrick/nbvalidate
Improve nbformat json validator
2014-04-25 13:51:49 -07:00
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.
2014-04-21 11:42:03 -07:00