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
Brian E. Granger
142ae515bc
Adding prototype nbextensions argument to NotebookApp
10 years ago
Steven Silvester
e663bc3156
Add a jupyter lab page
...
wip add lab page
Add missing source files
Remove unused typings
Clean up tsconfig
No typings are required
Add typescript to dev dependencies
Switch to a JS-only build
Remove unused config file
Remove unused test and cleanup handlers
Update the setup file to build the lab
Use new application plugin from js-plugins
Remove whitespace changes
Bump plugins version
Update to latest plugins
Update to latest plugins
Update to latest jupyter-js-plugins and add files to manifest
Work around bug in css-loader
Update plugins and fix webpack warning
Update lab version
Fix static directory path
Bump plugins version
Add the try jupyter link
Bump dependencies
Back out whitespace changes
Update plugins version
Update dependencies
Update the bootstrap file
Use a standalone template for the lab page
10 years ago
Jonathan Frederic
4b0aa51ce7
Don't load main files - they should never be referenced anyways,
...
they break things by resetting global page state.
Also put URL in string
10 years ago
Jonathan Frederic
e64f1f9dc2
Dynamically set base url
10 years ago
Jonathan Frederic
18edcd3fb4
Allow old style imports, but deprecate them
10 years ago
Jonathan Frederic
acb2b51051
Allow jquery-ish imports, but log a deprecation warning to the user console.
10 years ago
Jonathan Frederic
f75f648f5e
Remove require logging statements
10 years ago
Jonathan Frederic
c4c16a76b8
Disallow dynamic loading of jquery and friends
...
Because it is a very bad idea. Don't do it. Seriously!
10 years ago
Jonathan Frederic
378732e9f3
Get the terminal working
10 years ago
Jonathan Frederic
20b95f9297
Re-add moment
10 years ago
Jonathan Frederic
3750a6a803
Log requirejs usage
10 years ago
Jonathan Frederic
e5e8db3670
Load contents dynamically and load jquery-typeahead globally
10 years ago
Jonathan Frederic
a83f18255b
Use npm to install moment
10 years ago
Jonathan Frederic
1ae63ce185
Load jquery and friends globally
10 years ago
Jonathan Frederic
508804153a
Remove ignore minified
10 years ago
VladMironov
75cba936aa
Add download button at /tree
10 years ago
Min RK
94986bfd6a
scroll long tracebacks to the bottom
...
since that's usually where the most important info is
10 years ago
Nathan Daly
4a9e31ed30
Adds a Move button to the notebooklist interface next to Rename.
...
With this button, you can now move files or directories to any path in
the notebook, including creating new directories (like 'mv -p'). To move
a file, you specify the new destination directory's path.
This achieves the same effect as renaming a file with a new relative
path, but is more clear to users unfamiliar with unix commands --
especially with regard to moving to a parent directory.
Can only move one file at a time currently.
10 years ago
Min RK
301cbc6374
Merge pull request #960 from Carreau/ignjs
...
Acknowledge `ignotre_minified_js` on auth, and tab-> space
10 years ago
Matthias Bussonnier
34d67327ae
Acknowledge `ignotre_minified_js` on auth, and tab-> space
10 years ago
Safia Abdalla
9494ca1a9c
Update buttons in template
10 years ago
Safia Abdalla
04a456516c
Added button for sort by name
10 years ago
Safia Abdalla
b18d269bda
Added arrow indicator for sorting
10 years ago
Safia Abdalla
11eebd2fc0
Added last modified sort button
10 years ago
Safia Abdalla
42bb38fcb0
Pluralized menu items for merged multiselect features
10 years ago
Matthias Bussonnier
fb7d3004f2
Pluralize action on multiple outputs
10 years ago
Matthias Bussonnier
c42d43f6c4
Pluralize commands in menu that can act on many cells.
...
Should we put the `s` in parenthesis ?
10 years ago
Sylvain Corlay
f32651e202
Use jquery-ui instead of jqueryui
11 years ago
Matthias Bussonnier
47a51b7fd9
Merge pull request #527 from minrk/demote-cell-toolbar
...
Move cell toolbar selection to View menu
11 years ago
Safia Abdalla
01498d1dfd
Fixed indentation
11 years ago
Safia Abdalla
dcd6bb470a
Fixed title tooltip in notebook template
11 years ago
Min RK
523da50784
Move cell toolbar selection to View menu
...
it's not used enough to justify taking up a huge amount of space in the toolbar.
11 years ago
Min RK
ef64f743c4
make restart-clear-output a discrete action
...
- no more multi-button restart dialog
- Restart & Clear Output added to Kernel menu
11 years ago
Jonathan Frederic
831b2a523b
Merge pull request #472 from minrk/base-url-always-encoded
...
avoid double-encoding base_url
11 years ago
Safia Abdalla
e93db3ec22
Replaced 'Search and Replace' with 'Find and Replace'
11 years ago
Min RK
460643ed90
urlencode urls,paths in body-data in templates
11 years ago
Matthias Bussonnier
3602a86873
Merge pull request #447 from captainsafia/search-replace-menu-item
...
Added view and logic for search and replace menu item
11 years ago
Matthias Bussonnier
1ff9504bf1
Acknowledge ignore_minified on tree
11 years ago
Safia Abdalla
1f95016512
Added search and replace menu item to template
11 years ago
Matthias Bussonnier
8ec8a520e8
Merge pull request #404 from minrk/rjs-timeout
...
bump requirejs waitSeconds to 30
11 years ago
Min RK
172c6e272f
Merge pull request #423 from Carreau/ignore-min-edit
...
Acknowledge "ingnore_minified" on editor page.
11 years ago
Matthias Bussonnier
c4f2c5ac23
Acknowledge "ingnore_minified" on editor page.
...
a few typo and consistency also.
11 years ago
zhangmm
498bdb66b3
add a style for password input
11 years ago
Matthias Bussonnier
806cd1f989
Merge pull request #400 from minrk/restart-run-all
...
add Restart & Run All action
11 years ago
Min RK
70e9186914
bump requirejs waitSeconds to 30
...
default is 7, and can timeout inappropriately on slow connections
11 years ago
Matthias Bussonnier
bce9c94f32
Fix overzealous auto escape
...
closes #398
Need backport.
11 years ago
Min RK
31f0ef480b
add Restart & Run All to Kernel Menu
11 years ago
Doug Blank
dffbacb377
Update tree.html
...
Typo "Deleted selected" -> "Delete selected"
11 years ago