Jonathan Frederic
|
0e10d87292
|
Implement @takluyver's doc generation API
|
11 years ago |
Jonathan Frederic
|
75e53d915e
|
Day 3 - Finishing pass over the notebooks.
|
11 years ago |
Jonathan Frederic
|
4c008765fe
|
Day 2 - ipynb
|
11 years ago |
Jonathan Frederic
|
bc2a2ecde2
|
Day 2 - rst
|
11 years ago |
Jonathan Frederic
|
af5fbc5fc9
|
Day 1
|
11 years ago |
Jonathan Frederic
|
5c18ecb151
|
Merge pull request #102 from Carreau/no-global
Start working on removing global JS IPython
|
11 years ago |
Matthias Bussonnier
|
26c3628185
|
adress john comments
|
11 years ago |
Matthias Bussonnier
|
a7dc324bba
|
update example on how to bind keyboard shortcut
|
11 years ago |
Thomas Kluyver
|
19227596e2
|
Merge pull request #126 from minrk/new-install-kernelspec
install IPython kernel with proper API
|
11 years ago |
Min RK
|
33b458d960
|
install IPython kernel with proper API
not deprecated API
|
11 years ago |
Matthias Bussonnier
|
37d4ede57e
|
revert jquery removal
|
11 years ago |
Min RK
|
ac5f6c1713
|
Merge pull request #118 from SylvainCorlay/update_backbone
Update backbonejs to 1.2
|
11 years ago |
Sylvain Corlay
|
8cbe4730de
|
update backbone
|
11 years ago |
Thomas Kluyver
|
bc35a60320
|
Merge pull request #114 from minrk/super-launch
use `super` in NotebookApp.start
|
11 years ago |
Min RK
|
7db1410a11
|
test --generate-config
|
11 years ago |
Min RK
|
29a11a3aa1
|
use `super` in NotebookApp.start
|
11 years ago |
Matthias Bussonnier
|
d116a2b127
|
s/IPython/Jupyter/ in some comments and UI elements
|
11 years ago |
Matthias Bussonnier
|
8f3858749a
|
remove dependencies to namespace in MenuBar
|
11 years ago |
Min RK
|
6bea149869
|
Merge pull request #109 from Carreau/namual-restart
"Manual restart" is not very descriptive.
|
11 years ago |
Matthias Bussonnier
|
3bcbd989b7
|
less globals
|
11 years ago |
Matthias Bussonnier
|
eb3f86d4e8
|
"Manual restart" is not very descriptive.
This is a little clearer IMHO
|
11 years ago |
Jonathan Frederic
|
e41d1f0075
|
Merge pull request #60 from minrk/build-js
build main.min.js with r.js
|
11 years ago |
Min RK
|
7923bc817c
|
Clarify dependency-changed message
and add a few clarifying comments
|
11 years ago |
Min RK
|
30102f2780
|
use gulp-newer to avoid wasteful re-running of rjs
|
11 years ago |
Min RK
|
3cf959734d
|
prevent installation if main.min.js are missing
|
11 years ago |
Min RK
|
d54d7904ee
|
trigger `gulp js` as distutils step
ensures minified js is installed
|
11 years ago |
Min RK
|
a58e885e2c
|
reorder js minification based on duration
start slowest first
|
11 years ago |
Min RK
|
0deee0d989
|
build auth/js/main.min.js
exports login_main and logout_main
|
11 years ago |
Min RK
|
85d952b4d7
|
use minified `main.min.js` on each application
|
11 years ago |
Min RK
|
e00931bc11
|
compile main.min.js for each application
- build-main.js is a separate file, spawned with process.fork to allow parallel builds
- gulp js builds main.min.js for each js application
|
11 years ago |
Matthias Bussonnier
|
967d20b87f
|
fix Jupyter.version patching in JS
|
11 years ago |
Matthias Bussonnier
|
f807dd0ea4
|
fix some file links
|
11 years ago |
Kyle Kelley
|
6a31056de9
|
Merge pull request #105 from minrk/dockerfile
update Dockerfile
|
11 years ago |
Min RK
|
edcc91765d
|
update Dockerfile
with new current repo layout
|
11 years ago |
Matthias Bussonnier
|
44de1ac270
|
remove dependencies to namespace in SessionList
|
11 years ago |
Matthias Bussonnier
|
4c08e4caf4
|
remove dependencies to namespace in QuickHelp
|
11 years ago |
Matthias Bussonnier
|
01c236e7b2
|
remove dependencies to namespace in Pager
|
11 years ago |
Matthias Bussonnier
|
cf666e0af1
|
remove dependencies to namespace in SaveWidget
|
11 years ago |
Matthias Bussonnier
|
551b235c49
|
remove dependencies to namespace in Toolbar
|
11 years ago |
Matthias Bussonnier
|
0cd30b0a8c
|
remove dependencies to namespace in Tooltip
|
11 years ago |
Matthias Bussonnier
|
bb690fbd9d
|
don't reverse bind to IPython namespace in Notebook
|
11 years ago |
Matthias Bussonnier
|
f3e50f0fd5
|
remove dependencies to namespace in Completer
|
11 years ago |
Matthias Bussonnier
|
f7f3a15d9a
|
remove dependencies to namespace in Keyboardmanager
|
11 years ago |
Matthias Bussonnier
|
0ff2b07242
|
remove dependencies to namespace in Mathjaxutils
|
11 years ago |
Matthias Bussonnier
|
a081af3cd2
|
/IPython/Jupyter/ in About dialog
|
11 years ago |
Matthias Bussonnier
|
ebb6ea7e80
|
/IPython/Jupyter/ in some comments
|
11 years ago |
Matthias Bussonnier
|
561c0de118
|
get rid of namespace dependency in Cell
|
11 years ago |
Matthias Bussonnier
|
24bd52c572
|
get rid of revese dependencies in textcell
|
11 years ago |
Matthias Bussonnier
|
5ed24fdff0
|
Use property on IPython/Jupyter global.
This allow the loading to be lazy, and to display a warning message on
access.
|
11 years ago |
Matthias Bussonnier
|
fb6d92509b
|
Move binding to IPython global one level up the stack
|
11 years ago |