Matthias Bussonnier
69d86dccc7
Configure watch/livereload extension and document it.
...
Is usefull mostly for css, but will be for typscript too.
2015-04-21 18:30:05 -07:00
Min RK
1980ada9b8
Merge pull request #34 from jdfreder/smallsplit
...
Segregating the widgets (the Small Split)
2015-04-21 15:37:16 -07:00
Jonathan Frederic
464169f348
Remove reference to widget less.
2015-04-21 15:37:16 -07:00
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.
2015-04-21 15:37:16 -07:00
Jonathan Frederic
85e123e8a4
🍰 It's working!
2015-04-21 15:37:16 -07:00
Min RK
40dfdd83ce
Merge pull request #36 from CarlFK/patch-1
...
Add commands needed for my Ubuntu Trusty box.
2015-04-21 15:37:15 -07:00
Jonathan Frederic
6be62e1502
Add static file handler
2015-04-21 15:37:15 -07:00
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
2015-04-21 15:37:15 -07:00
Jonathan Frederic
dc0b8a2a87
Add init file.
2015-04-21 15:37:15 -07:00
Jonathan Frederic
9bb0d700c9
Fix double nesting of widget files.
2015-04-21 15:37:15 -07:00
Jonathan Frederic
3602faca1c
remove widget/kernel coupling code
2015-04-21 15:37:15 -07:00
Jonathan Frederic
9865220d53
Remove widget/CodeCell coupling code.
2015-04-21 15:37:15 -07:00
Jonathan Frederic
1e23d868db
Move widget files for the small split.
2015-04-21 15:37:15 -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
Min RK
feb4072629
Merge pull request #11 from stuntgoat/sphinx-support
...
Sphinx support
2015-04-21 15:37:14 -07:00
Matthias Bussonnier
645733bfc6
write sourcemaps as separate files
2015-04-21 15:37:14 -07:00
stuntgoat
4366fa27b8
adding sphinx support
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
stuntgoat
d824088f7e
add sphinx to extras
2015-04-21 15:37:14 -07:00
Matthias Bussonnier
9287bd84f5
add building sourcemaps
2015-04-21 15:37:14 -07:00
Matthias Bussonnier
bf5484dd10
example of gulpfile to make css
2015-04-21 15:37:14 -07:00
Matthias Bussonnier
fd50718aef
Merge pull request #14 from Carreau/fix-completion-height
...
reduce completion div height
2015-04-21 15:37:13 -07:00
Matthias Bussonnier
91492daddf
Merge pull request #16 from minrk/custom-js
...
serve custom.js from JUPYTER_CONFIG_DIR/custom
2015-04-21 15:37:13 -07:00
Matthias Bussonnier
66c08ccdba
reduce completion div height
...
closes ipython/ipython/8287
2015-04-21 15:37:13 -07:00
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
2015-04-21 15:37:13 -07:00
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
2015-04-21 15:37:13 -07:00
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.
2015-04-21 15:37:13 -07:00
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...
2015-04-21 15:37:13 -07:00
Matthias Bussonnier
5d6a9b7065
Merge pull request #27 from minrk/mathjax
...
add mathjax to components
2015-04-21 15:37:12 -07:00
Min RK
9d5911b9b6
Merge pull request #26 from jdfreder/uploadcss
...
Fix CSS of upload button for FF on Win7.
2015-04-21 15:37:12 -07:00
Min RK
7b4f435dc2
don't install unused mathjax on travis
2015-04-21 15:37:12 -07:00
Min RK
c6f9974faf
Merge pull request #22 from Carreau/secure-cookie
...
Set secure cookie by default if login handler is hit.
2015-04-21 15:37:12 -07:00
Jonathan Frederic
2981e57fed
Fix CSS of upload button for FF on Win7.
2015-04-21 15:37:12 -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
Matthias Bussonnier
63b9a1619c
Set secure cookie by default if login handler is hit.
...
There is few chances that logged-in people do not use https connexion,
but I guess it can happened if the server is ran in front of a proxy
that does the https termination, so leave it configurable.
closes ipython/ipython#8325
2015-04-21 15:37:12 -07:00
Min RK
052b568a6f
add mathjax to components
...
no longer look for it in nbextensions
2015-04-21 15:37:12 -07:00
Min RK
72381a1ac3
Merge pull request #15 from jasongrout/update-notebooks
...
Update notebooks to use the new widget and traitlet paths
2015-04-21 15:37:11 -07:00
Min RK
4a88f415ec
Merge pull request #20 from jasongrout/patch-1
...
Add buffers argument to a widget custom message handler
2015-04-21 15:37:11 -07:00
Min RK
c353c6bbe6
Merge pull request #9 from ptone/dev-quickstart
...
Interim update for dev quickstart
2015-04-21 15:37:11 -07:00
Jason Grout
1f6d6c5582
Add buffers argument to a widget custom message handler
...
This change should have been made with the custom serialization changes a few weeks ago. Thanks to @ssunkara1 for catching this.
2015-04-21 15:37:11 -07:00
Preston Holmes
aab26d8ebe
typo fix
2015-04-21 15:37:11 -07:00
Preston Holmes
f7b8240b6c
further cleanup of dev quickstart
...
remove invoke and less (were required by setup.py css)
removed explicit setup.py css|js (handled now by setup.py develop
2015-04-21 15:37:11 -07:00
Preston Holmes
9ff9e78389
Merge branch 'master' into dev-quickstart
2015-04-21 15:37:11 -07:00
Preston Holmes
e080992f4e
Interim update for dev quickstart
2015-04-21 15:37:11 -07:00
Thomas Kluyver
277851ed32
Merge pull request #8 from jupyter/rm-submodules-2
...
Remove submodules
2015-04-21 15:37:10 -07:00
Min RK
c418565835
Merge pull request #12 from Carreau/jupyter_nbformat
...
IPython.nbformat > jupyter_nbformat
2015-04-21 15:37:10 -07:00
Jason Grout
c426954b19
Update notebooks to use the new widget and traitlet paths
2015-04-21 15:37:10 -07:00
Thomas Kluyver
21e945121c
Need to specify None explicitly for utime on Python 2
2015-04-21 15:37:10 -07:00
Matthias Bussonnier
2501fa14a3
Merge pull request #1 from minrk/cluster-profile-typo
...
fix typo in cluster profile list
2015-04-21 15:37:10 -07:00
Matthias Bussonnier
d8c037626d
IPython.nbformat > jupyter_nbformat
2015-04-21 15:37:10 -07:00