Leo Gallucci
27710b9324
jQuery attribute selector value MUST be surrounded by quotes
8 years ago
Thomas Kluyver
8a97003a6a
New module for shutdownbutton
8 years ago
Grant Nestor
86e45ab9f4
Add shutdown button option
8 years ago
Grant Nestor
4d258a8e4e
Use `requirejs` vs. `require`
9 years ago
PHaeJin
c0973877c8
Fix a typo ( #3043 )
...
* Fix a typo
* Fix a typo
* Fix abroken link
9 years ago
Grant Nestor
aa3c1a5481
Merge pull request #2357 from Ashamandi/master
...
Bidi support
9 years ago
samarsultan
c4385ebcb3
removing setUserPreference function
9 years ago
Thomas Kluyver
96d87c5792
Add a promise for app_initialized event.
...
See gh-2499
9 years ago
samarsultan
57da7fa019
Resolving Conflicts
9 years ago
samarsultan
29ce7dea3b
tuning code style
9 years ago
samarsultan
2d0be3560f
Tuning bidi support
9 years ago
samarsultan
6f126382d7
tuning bidi support
9 years ago
samarsultan
243a3f8d77
Bidi Support
9 years ago
Ioannis Papadopoulos
d4bd5ccf39
Refactored Page class removing todo
9 years ago
samarsultan
4013cd8b17
enable the localization mode
9 years ago
Jinesh Mehta
00952c45a7
added welcome message to display in console
9 years ago
Min RK
11bd42c353
un-nest loading of contents in main modules
9 years ago
Min RK
47d4451958
remove webpack shims
...
restore explicit imports of jquery, etc.
9 years ago
Matthias Bussonnier
d8fc95173b
Merge pull request #1347 from Carreau/shortcut-editor-2
...
Create a shortcut editor for the notebook.
10 years ago
Matthias Bussonnier
ab85f165c7
Create shortcut editor for the notebook
...
1) finish the step allowing the use of es6
- this include some tweak to web pack configuration to speed up
recompile in watch mode (in particular cache sourcemaps).
- enable eslint (error only), on obvious mistakes.
- setup babel to compile to es5 as a target.
2) Make the test pass under Casper that does not always have
`Function.prototype.bind` defined, which we cannot patch only in the
tests.
3) Write an actual shortcut editor that list and allow to modify most of
the command mode shortcut.
The logic to persist the shortcuts is a bit tricky as there are default
keyboard shortcuts, and so when you "unbind" them you need to re-unbind
them at next startup. This does not work for a few shortcut for
technical reasons: `<Esc>`, `<Shift>`, as well as `<Ctrl-Shift-P>` and `<F>`
which register asynchronously, so are not detected as "default"
shortcuts.
10 years ago
Pierre Gerold
fcec0896ce
Protect the three call to custom.js
10 years ago
Brian E. Granger
7705bfd5ab
New approach working, old approach gone.
10 years ago
Brian E. Granger
49b7b8c071
This part of things is working.
10 years ago
Jonathan Frederic
e64f1f9dc2
Dynamically set base url
10 years ago
Jonathan Frederic
e5e8db3670
Load contents dynamically and load jquery-typeahead globally
10 years ago
Jonathan Frederic
1ae63ce185
Load jquery and friends globally
10 years ago
Sylvain Corlay
f32651e202
Use jquery-ui instead of jqueryui
11 years ago
Min RK
9f501ab5cd
get kernelspec info from kernelspecs
...
instead of adding display_name to the sessions model
11 years ago
Matthias Bussonnier
2d5d548d79
Revert "Use NPM, node ES5, and browserify."
11 years ago
Jonathan Frederic
c8ff593efc
Move source out
11 years ago
Jonathan Frederic
3498a5193c
Get all of the apps working except notebookapp
11 years ago
Jonathan Frederic
81a2998fe0
Dynamically load contents, also browserify contents.
11 years ago
jdfreder
ff9406f2e3
require.js ES5 -> commonjs ES5
11 years ago
Min RK
1a91f8ce74
remove clusters tab from notebook
...
moving to an nbextension in ipyparallel
11 years ago
Matthias Bussonnier
fb6d92509b
Move binding to IPython global one level up the stack
11 years ago
Min RK
d71a59cc9f
s/jupyter_notebook/notebook
11 years ago