Commit Graph

256 Commits

Author SHA1 Message Date
Zachary Sailer
a74b9a018b removed '/new' URL and added POST notebook request 2013-10-17 14:09:06 -07:00
Zachary Sailer
8261ac2cb9 change standard money keys 2013-10-17 14:09:06 -07:00
Zachary Sailer
c7375e170f rebase master- eliminate read-only 2013-10-17 14:09:06 -07:00
Zachary Sailer
1b2e41eea4 path with spaces completely fixed 2013-10-17 14:09:06 -07:00
Zachary Sailer
eb1690255d allow spaces in notebook path 2013-10-17 14:09:06 -07:00
Zachary Sailer
a219abaeeb standard model changes 2013-10-17 14:09:06 -07:00
Zachary Sailer
5af83cd705 redirect url after notebook rename 2013-10-17 14:09:05 -07:00
Zachary Sailer
fd282698bc removing debug logs 2013-10-17 14:09:05 -07:00
Zachary Sailer
b170c5dee0 allow notebook names with spaces 2013-10-17 14:09:05 -07:00
Zachary Sailer
5462cb4d9b fixed delete_content in contentmanager 2013-10-17 14:09:05 -07:00
Zachary Sailer
91f25dc046 add contents web service api 2013-10-17 14:09:05 -07:00
Zachary Sailer
6114d4c338 drop file ext off notebook name in notebook 2013-10-17 14:09:01 -07:00
Zachary Sailer
f55381d55b completer now recognizes session 2013-10-17 14:07:52 -07:00
Zachary Sailer
ad621913f1 added folder creation ability using '/-new' 2013-10-17 14:07:51 -07:00
Zachary Sailer
d06cf1fed7 added "last_modified" to notebook_model 2013-10-17 14:07:51 -07:00
Zachary Sailer
d4ee2da291 proper '.py' and '.ipynb' download files 2013-10-17 14:07:51 -07:00
Zachary Sailer
022b8324b2 Download '.py' fixed, deleted debugging output 2013-10-17 14:07:51 -07:00
Zachary Sailer
bfff3d817d Fixed bug when linking kernel to new code cells 2013-10-17 14:07:51 -07:00
Zachary Sailer
c4e06a3728 allow rename in subdirectory notebooks 2013-10-17 14:07:51 -07:00
Zachary Sailer
ece92127d3 Add 'patch' to session & notebook, rename working 2013-10-17 14:07:51 -07:00
Zachary Sailer
e4a7b724a6 fixed shutdown button refresh on dashboard 2013-10-17 14:07:51 -07:00
Zachary Sailer
d41544865a fix kill_and_exit button in notebook 2013-10-17 14:07:50 -07:00
Zachary Sailer
62ec52e276 fix restart/interrupt kernel buttons 2013-10-17 14:07:50 -07:00
Zachary Sailer
324370de53 delete debug comment 2013-10-17 14:07:50 -07:00
Zachary Sailer
20324bafd0 fixing path redirects, cleaning path logic 2013-10-17 14:07:50 -07:00
Zachary Sailer
11cef9ab45 fixing some bugs after rebase 2013-10-17 14:07:50 -07:00
Zachary Sailer
7fbeb814f8 manual rebase tree/handlers.py 2013-10-17 14:07:50 -07:00
Zachary Sailer
d16fe2f826 manual rebase html notebook templates 2013-10-17 14:07:50 -07:00
Zachary Sailer
afb0d571f4 manual rebase static/tree/ 2013-10-17 14:07:49 -07:00
Zachary Sailer
385ad6f509 manual rebase static/services (add session.js) 2013-10-17 14:07:49 -07:00
Zachary Sailer
0f52ffa756 manual rebase static/notebook/js files 2013-10-17 14:07:49 -07:00
Zachary Sailer
0559df1b8a manual rebase - add sessions web service 2013-10-17 14:07:49 -07:00
Zachary Sailer
98e67bfa22 manual rebase notebooks web services 2013-10-17 14:07:49 -07:00
Zachary Sailer
09c4ecbb10 manual rebase services/kernels/ 2013-10-17 14:07:49 -07:00
Zachary Sailer
f998dae05f manual rebase notebookapp.py 2013-10-17 14:07:49 -07:00
Zachary Sailer
72ec51128d manual rebase notebook/handlers.py 2013-10-17 14:07:48 -07:00
Zachary Sailer
521f03793a manual rebase base/handlers.py 2013-10-17 14:07:48 -07:00
Min RK
1b9aef3959 Merge pull request #4377 from minrk/fix-cancel
fix tooltip cancel

pending tooltip from open-parenthesis was not being cancelled properly
2013-10-17 14:06:17 -07:00
Matthias Bussonnier
f11b95358c Merge pull request #4293 from Carreau/tooltip-mkp
Factorise code in tooltip for julia monkeypatching
2013-10-17 12:42:57 -07:00
Matthias Bussonnier
40eb635824 Merge pull request #4292 from Carreau/more-cpl
improve js-completer logic.
2013-10-17 09:59:23 -07:00
Paul Ivanov
7f5e7f4e6d fix (CTRL-M -) shortcut for splitting cell in FF
fun-fact: Chromium uses a different keycode for hyphen/minus than does
Opera and Firefox.
2013-10-11 10:09:20 -07:00
MinRK
543b317d92 fix tooltip cancel
pending tooltip from open-parenthesis was not being cancelled properly
2013-10-11 11:47:40 +02:00
Brian E. Granger
7ccb1bbc8a Merge pull request #4154 from ellisonbg/mathstyle
Center LaTeX and figures in markdown
2013-10-09 14:11:06 -07:00
Brian E. Granger
882c791a8a Fixing comments on equation justification. 2013-10-09 11:44:35 -07:00
Matthias Bussonnier
598409c8f0 Merge pull request #4333 from minrk/notebook-metadata
Add Edit Notebook Metadata to Edit menu
2013-10-06 13:15:42 -07:00
MinRK
4a04553acd add Edit Notebook Metadata to Edit menu 2013-10-06 12:33:35 -07:00
Matthias BUSSONNIER
fa23fb9d6d Partial fix to #3653 (from foo import <tab>)
Some configurability for Julia
(change the regexp because ! is a valid char in token from them)
2013-10-06 12:30:40 +02:00
Brian E. Granger
1963605e1f Fixing minor comment. 2013-10-04 13:26:51 -07:00
Brian E. Granger
b41b519127 Removing inversion of the completion list. 2013-10-04 13:25:58 -07:00
Brian E. Granger
c3d128d38a Adjust tab completion widget if too close to bottom of page. 2013-10-04 13:25:58 -07:00