Min RK
4dcd67a0de
Merge pull request #61 from jupyter/pip-install-all-in-one
...
Pip install all-in-one
11 years ago
Kyle Kelley
f40c631683
Pip install all-in-one
11 years ago
Min RK
4df64e7d98
Merge pull request #48 from takluyver/window-terminal
...
Expose JS terminal object on window
11 years ago
Min RK
6bec6c9b80
Merge pull request #40 from minrk/rm-widgets
...
remove widgets
11 years ago
Min RK
51375f118f
Merge pull request #51 from takluyver/genutils_released
...
Remove genutils from requirements.txt
11 years ago
Thomas Kluyver
9783031ee7
Remove genutils from requirements.txt
...
It's now on PyPI, so normal installation should work.
11 years ago
Thomas Kluyver
89380e456b
Merge pull request #50 from minrk/termsocket-handlers
...
disable set_default_headers on TermSocket
11 years ago
Min RK
a70f1e220e
disable set_default_headers on TermSocket
...
inherited from IPythonHandler, but doesn't make sense or work on websockets.
11 years ago
Thomas Kluyver
bede356585
Expose JS terminal object on window
...
This is handy for interactive debugging and fiddling, but it shouldn't
be documented.
11 years ago
Thomas Kluyver
520d677892
Merge pull request #44 from minrk/refresh-package-data
...
properly update package_data after components changes
11 years ago
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
11 years ago
Min RK
8906efd495
remove js_prefix for js tests
...
allows external use of js tests by passing absolute path
11 years ago
Min RK
c5536cb113
remove widgets
11 years ago
Min RK
cc5751d5ac
Merge pull request #43 from minrk/rm-mathjax
...
remove unused mathjax install from travis
11 years ago
Min RK
d645e7a2c1
remove unused mathjax install from travis
...
no longer needed now that mathjax is a component
11 years ago
Min RK
84bc29d142
Merge pull request #42 from minrk/jstest-wtf
...
install notebook with -e on travis
11 years ago
Min RK
9ad8811075
remove widget tests from travis
11 years ago
Min RK
e5f50a1027
install notebook with -e on travis
11 years ago
Paul Ivanov
20acac896f
Merge pull request #41 from minrk/phantomjs-typo
...
fix copy/paste typo checking for phantomjs
11 years ago
Min RK
0b3753ab96
fix copy/paste typo checking for phantomjs
11 years ago
Min RK
c3f6163aa0
Merge pull request #37 from Carreau/livereload
...
Configure watch/livereload extension and document it.
11 years ago
Matthias Bussonnier
69d86dccc7
Configure watch/livereload extension and document it.
...
Is usefull mostly for css, but will be for typscript too.
11 years ago
Min RK
1980ada9b8
Merge pull request #34 from jdfreder/smallsplit
...
Segregating the widgets (the Small Split)
11 years ago
Jonathan Frederic
464169f348
Remove reference to widget less.
11 years ago
Jonathan Frederic
be9bc18717
🍰 Added a widget JS deprecation warning!
...
This is a combination of 9 commits.
Shim IPython.html.widgets
Add flags to widgets install.
Put shim in IPython instead
Add deprecation warning to Javascript source
Move tests
Don't use setting to pass log arround.
Simplify deprecated handler.
Use requirejs to perform redirect.
11 years ago
Jonathan Frederic
85e123e8a4
🍰 It's working!
11 years ago
Min RK
40dfdd83ce
Merge pull request #36 from CarlFK/patch-1
...
Add commands needed for my Ubuntu Trusty box.
11 years ago
Jonathan Frederic
6be62e1502
Add static file handler
11 years ago
Carl Karsten
affa742b03
Add commands needed for my Ubuntu Trusty box.
...
Tested with docker, which needs 2 more:
apt-get update
apt-get install sudo git
11 years ago
Jonathan Frederic
dc0b8a2a87
Add init file.
11 years ago
Jonathan Frederic
9bb0d700c9
Fix double nesting of widget files.
11 years ago
Jonathan Frederic
3602faca1c
remove widget/kernel coupling code
11 years ago
Jonathan Frederic
9865220d53
Remove widget/CodeCell coupling code.
11 years ago
Jonathan Frederic
1e23d868db
Move widget files for the small split.
11 years ago
Min RK
1259a04fc6
Merge pull request #17 from Carreau/gulp-css
...
use gulp to build css
11 years ago
Min RK
feb4072629
Merge pull request #11 from stuntgoat/sphinx-support
...
Sphinx support
11 years ago
Matthias Bussonnier
645733bfc6
write sourcemaps as separate files
11 years ago
stuntgoat
4366fa27b8
adding sphinx support
11 years ago
Matthias Bussonnier
824c45f6a2
build sourcemap and tweek setup.py css to use gulp
11 years ago
stuntgoat
d824088f7e
add sphinx to extras
11 years ago
Matthias Bussonnier
9287bd84f5
add building sourcemaps
11 years ago
Matthias Bussonnier
bf5484dd10
example of gulpfile to make css
11 years ago
Matthias Bussonnier
fd50718aef
Merge pull request #14 from Carreau/fix-completion-height
...
reduce completion div height
11 years ago
Matthias Bussonnier
91492daddf
Merge pull request #16 from minrk/custom-js
...
serve custom.js from JUPYTER_CONFIG_DIR/custom
11 years ago
Matthias Bussonnier
66c08ccdba
reduce completion div height
...
closes ipython/ipython/8287
11 years ago
Matthias Bussonnier
5f8ced6e77
Merge pull request #23 from ssanderson/you-probably-want-triple-equals
...
Clean up usage of !=/== and don't create functions in loops
11 years ago
Min RK
3be9df4a22
serve custom.js from JUPYTER_CONFIG_DIR/custom
...
served at /custom/ instead of /static/custom
keep serving ipython/profile/static/custom temporarily while we get the migration up
11 years ago
Scott Sanderson
2a415d19f1
MAINT: Move function creation out of loop.
...
See https://jslinterrors.com/dont-make-functions-within-a-loop for why
this is a really bad thing to do.
11 years ago
Scott Sanderson
b671b7c42f
MAINT: Replace use of != and == with !== and ===.
...
I can't imagine we actually want the fun type-coercion behavior of the
original operators...
11 years ago
Matthias Bussonnier
5d6a9b7065
Merge pull request #27 from minrk/mathjax
...
add mathjax to components
11 years ago