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
Matthias BUSSONNIER
2d43dcdc7f
mark v3.withref.json as part of package
2014-04-19 14:59:05 +02:00
MinRK
5b75a7992d
remove inappropriate wheel tag override
...
I misunderstood how these tags are interpreted.
We do not want `py2` and `py3`, we want `py27` and `py33`,
which indicate >= matching in the minor version.
This means we should build wheels with the minimum supported Python.
2014-04-02 12:45:29 -07:00
cgohlke
8644bf3d84
Install jquery-ui theme images
2014-03-25 22:20:18 -07:00
cgohlke
248695cb8e
Install ui-bg_glass_75_e6e6e6_1x400.png
2014-03-25 21:52:09 -07:00
MinRK
710818c526
do not install less sources
...
only their css build results are used after install
2014-03-14 15:24:05 -07:00
MinRK
07b8b93e96
install bootstrap-tour css
2014-03-13 14:30:32 -07:00
Thomas Kluyver
80af3b4cfb
Merge pull request #4802 from ivanov/ui-docs
...
Tour of the notebook UI (was UI elements inline with highlighting)
2014-03-07 12:09:32 -08:00
MinRK
3588fe40a9
Merge Security Pull Request: google-caja
...
Adds HTML sanitization.
The basics:
- untrusted HTML is always sanitized, with no warning
(there is console logging for changes made)
- markdown is always treated as untrusted
- no warnings for simply excluded output (e.g. Javascript)
- CSS tags and attributes are always stripped from untrusted HTML
- never check whether HTML is "safe," only sanitize
- add 'Trust notebook' to File menu
2014-03-04 17:35:55 -08:00
Thomas Kluyver
9a87d9a0f2
Fix wheel dependency specification
2014-03-04 09:49:40 -08:00
MinRK
156207ab41
don't forget to install caja
2014-03-03 16:10:21 -08:00
Thomas Kluyver
78943c7258
Add mock to requirements for testing
2014-03-03 12:30:47 -08:00
MinRK
31804fa3cb
install bootstrap-tour component
2014-02-28 20:04:22 -08:00
MinRK
9417c4071d
only depend on readline package in CPython
...
shouldn't try to install it on PyPy
not sure about PyReadline on PyPy on Windows
2014-02-21 12:16:19 -08:00
MinRK
1491e4cec6
depend on new gnureadline instead of readline on OS X
...
this is the same package under a different name,
to avoid the stdlib-overriding behavior that relied on easy_install's unpleasantness.
2014-02-21 01:50:36 -08:00
Thomas Kluyver
53cbcfc3bb
Merge pull request #5047 from minrk/check-pkg-data
...
only validate package_data when it might be used
2014-02-13 17:17:36 -08:00
Jonathan Frederic
67a7cd1b33
Fixed setup base so it requires the correct files
2014-02-07 21:15:22 -08:00
MinRK
17d5c263a8
run check_package_data as part of build_py
...
rather than explicitly in setup.py
2014-02-07 14:12:53 -08:00
Jonathan Frederic
da7b329772
Glob fix so directories aren't accidently treated like files
2014-02-07 10:10:14 -08:00
MinRK
c79134f2d9
only validate package_data when it might be used
...
closes #5046
2014-02-05 21:36:49 -08:00
MinRK
a2511de20d
font-awesome moved
2014-02-03 17:26:17 -08:00
MinRK
07f757789f
validate package_data
...
and fix errors caught by the validation
2014-02-03 17:22:43 -08:00
MinRK
197dc25b97
fix missing-wheel command
...
because an empty distutils command must implement three no-op methods and one class attribute.
Which makes perfect sense.
2014-02-03 17:22:42 -08:00
MinRK
4c41c331d7
we only install man pages to usr/share
...
let the function reflect this, rather than having several entries with no files.
2014-02-03 17:22:42 -08:00