MinRK
fd17ea8078
Use Draft4 JSON Schema for v4
11 years ago
Kyle Kelley
1dcf9c325d
Add term.js to package data for installation.
11 years ago
Matthias Bussonnier
d269912958
Merge pull request #6110 from minrk/binarycomm
...
support binary buffers in comm messages
11 years ago
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.
11 years ago
MinRK
ec769b6ef8
install text-encoding polyfill
11 years ago
MinRK
1a4b795870
Use Draft4 JSON Schema for both v3 and v4
...
no longer need jsonpointer
11 years ago
Matthias Bussonnier
be4b180b03
cast unicode to allow json dump
11 years ago
Matthias BUSSONNIER
8b20aee32e
use momentjs for nice dates
12 years ago
Thomas Spura
fadeeb0275
fontawesome-4 renamed font folder to fonts
12 years ago
MinRK
ff98a86f2d
check_call with list, instead of shell=True
12 years ago
MinRK
168d619726
`fab css` checks whether it needs to do anything
...
makefile-style
adds `force` arg to override, minify implies force.
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
MinRK
11bcc6e1e5
merge separate input/expected notebooks for execute preprocessor
12 years ago
Julia Evans
06adb299c0
Oops, preprocessor*s*
12 years ago
Julia Evans
4fcf0df53a
Add preprocessor test inputs to find_package_data()
12 years ago
Thomas Kluyver
556257a66b
Fix bootstrap location in package_data
12 years ago
Thomas Kluyver
1e9413a293
Merge pull request #5658 from jhamrick/nbvalidate
...
Improve nbformat json validator
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
Matthias BUSSONNIER
2d43dcdc7f
mark v3.withref.json as part of package
12 years ago
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.
12 years ago
cgohlke
8644bf3d84
Install jquery-ui theme images
12 years ago
cgohlke
248695cb8e
Install ui-bg_glass_75_e6e6e6_1x400.png
12 years ago
MinRK
710818c526
do not install less sources
...
only their css build results are used after install
12 years ago
MinRK
07b8b93e96
install bootstrap-tour css
12 years ago
Thomas Kluyver
80af3b4cfb
Merge pull request #4802 from ivanov/ui-docs
...
Tour of the notebook UI (was UI elements inline with highlighting)
12 years ago
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
12 years ago
Thomas Kluyver
9a87d9a0f2
Fix wheel dependency specification
12 years ago
MinRK
156207ab41
don't forget to install caja
12 years ago
Thomas Kluyver
78943c7258
Add mock to requirements for testing
12 years ago
MinRK
31804fa3cb
install bootstrap-tour component
12 years ago
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
12 years ago
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.
12 years ago
Thomas Kluyver
53cbcfc3bb
Merge pull request #5047 from minrk/check-pkg-data
...
only validate package_data when it might be used
12 years ago
Jonathan Frederic
67a7cd1b33
Fixed setup base so it requires the correct files
12 years ago
MinRK
17d5c263a8
run check_package_data as part of build_py
...
rather than explicitly in setup.py
12 years ago
Jonathan Frederic
da7b329772
Glob fix so directories aren't accidently treated like files
12 years ago
MinRK
c79134f2d9
only validate package_data when it might be used
...
closes #5046
12 years ago
MinRK
a2511de20d
font-awesome moved
12 years ago
MinRK
07f757789f
validate package_data
...
and fix errors caught by the validation
12 years ago
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.
12 years ago
MinRK
4c41c331d7
we only install man pages to usr/share
...
let the function reflect this, rather than having several entries with no files.
12 years ago
MinRK
143ab47bfa
whitelist installed components
...
we don't need most of what's in components to be installed.
Much of it is included just for sdists or development.
12 years ago
MinRK
d8ade7980d
platform-dependent requirements
...
in bdist_wheel
12 years ago
MinRK
29b1aa4c93
only put Python major version in wheel tags
...
results in 'py2-none-any' instead of 'py27-none-any'.
This is supported by pip and PEP 425, but not available from bdist_wheel by default.
12 years ago
MinRK
22c5e3ec2b
mention that pexpect ships in IPython.external
...
and only check for it on posix
12 years ago
MinRK
3050be2795
include marked.js in package_data
12 years ago
Thomas Kluyver
5a8d9182c4
Fix glob pattern for nbconvert template files
12 years ago
Thomas Kluyver
22f7bd4597
Walk nbconvert templates directory for package data files
12 years ago
Min RK
a80e387b0a
Merge pull request #4700 from minrk/ifmain
...
use if main block in entry points
12 years ago