Jonathan Frederic
9865220d53
Remove widget/CodeCell coupling code.
11 years ago
Jonathan Frederic
1e23d868db
Move widget files for the small split.
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
Min RK
9d5911b9b6
Merge pull request #26 from jdfreder/uploadcss
...
Fix CSS of upload button for FF on Win7.
11 years ago
Min RK
7b4f435dc2
don't install unused mathjax on travis
11 years ago
Min RK
c6f9974faf
Merge pull request #22 from Carreau/secure-cookie
...
Set secure cookie by default if login handler is hit.
11 years ago
Jonathan Frederic
2981e57fed
Fix CSS of upload button for FF on Win7.
11 years ago
Min RK
e520a89e54
install mathjax js/css
...
restrict to HTML-CSS + STIX-Web for size
11 years ago
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
11 years ago
Min RK
052b568a6f
add mathjax to components
...
no longer look for it in nbextensions
11 years ago
Min RK
4a88f415ec
Merge pull request #20 from jasongrout/patch-1
...
Add buffers argument to a widget custom message handler
11 years ago
Min RK
c353c6bbe6
Merge pull request #9 from ptone/dev-quickstart
...
Interim update for dev quickstart
11 years ago
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.
11 years ago
Min RK
72381a1ac3
Merge pull request #15 from jasongrout/update-notebooks
...
Update notebooks to use the new widget and traitlet paths
11 years ago
Preston Holmes
aab26d8ebe
typo fix
11 years ago
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
11 years ago
Preston Holmes
9ff9e78389
Merge branch 'master' into dev-quickstart
11 years ago
Preston Holmes
e080992f4e
Interim update for dev quickstart
11 years ago
Min RK
c418565835
Merge pull request #12 from Carreau/jupyter_nbformat
...
IPython.nbformat > jupyter_nbformat
11 years ago
Jason Grout
c426954b19
Update notebooks to use the new widget and traitlet paths
11 years ago
Thomas Kluyver
277851ed32
Merge pull request #8 from jupyter/rm-submodules-2
...
Remove submodules
11 years ago
Matthias Bussonnier
2501fa14a3
Merge pull request #1 from minrk/cluster-profile-typo
...
fix typo in cluster profile list
11 years ago
Matthias Bussonnier
d8c037626d
IPython.nbformat > jupyter_nbformat
11 years ago
Thomas Kluyver
21e945121c
Need to specify None explicitly for utime on Python 2
11 years ago
Min RK
0fa03c4240
fix typo in cluster profile list
11 years ago
Thomas Kluyver
904a59b323
Merge pull request #5 from minrk/empty-shell
...
handle empty but defined SHELL env
11 years ago
Thomas Kluyver
afa7cd9a21
Add comment about origin of which()
11 years ago
Min RK
95089fa22c
handle empty but defined SHELL env
...
Sometimes SHELL can be '',
which should be treated the same as undefined.
11 years ago
Thomas Kluyver
314fcf163f
Include a copy of which() for setup.py
11 years ago
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.
11 years ago
Min RK
cfd1ee51e5
add package.json for fetching bower, less
11 years ago
Min RK
94abadd432
remove generated css files from the repo
...
require `setup.py css` to run
11 years ago
Min RK
599e504a1a
add bower.json from ipython-components
...
`bower install` in package repo fetches components
11 years ago
Min RK
617ca99020
remove submodule
11 years ago
Min RK
44ae68da77
get it running on travis
11 years ago
Min RK
9fd462653a
Merge pull request #6 from ewh/master
...
Update keyboard.js (typo)
11 years ago
Min RK
d2fb65d816
add super basic README
11 years ago
Weston Hunter
ef08a92da1
Update keyboard.js
...
typo
11 years ago
Min RK
4a67068ba0
update js version test
11 years ago
Min RK
a5ffefad69
run tests with `-m jupyter_notebook.jstest`
11 years ago
Min RK
6a70d5b4ec
move StreamCapturer to jstestcontroller
11 years ago
Min RK
ecb4a1d1e6
remove Python pieces of iptestcontroller
11 years ago
Min RK
9af6aba74c
move iptest to jupyter.jstest
11 years ago