Zachary Sailer
a219abaeeb
standard model changes
13 years ago
Zachary Sailer
5af83cd705
redirect url after notebook rename
13 years ago
Zachary Sailer
fd282698bc
removing debug logs
13 years ago
Zachary Sailer
b170c5dee0
allow notebook names with spaces
13 years ago
Zachary Sailer
5462cb4d9b
fixed delete_content in contentmanager
13 years ago
Zachary Sailer
91f25dc046
add contents web service api
13 years ago
Zachary Sailer
6114d4c338
drop file ext off notebook name in notebook
13 years ago
Zachary Sailer
f55381d55b
completer now recognizes session
13 years ago
Zachary Sailer
ad621913f1
added folder creation ability using '/-new'
13 years ago
Zachary Sailer
d06cf1fed7
added "last_modified" to notebook_model
13 years ago
Zachary Sailer
d4ee2da291
proper '.py' and '.ipynb' download files
13 years ago
Zachary Sailer
022b8324b2
Download '.py' fixed, deleted debugging output
13 years ago
Zachary Sailer
bfff3d817d
Fixed bug when linking kernel to new code cells
13 years ago
Zachary Sailer
c4e06a3728
allow rename in subdirectory notebooks
13 years ago
Zachary Sailer
ece92127d3
Add 'patch' to session & notebook, rename working
13 years ago
Zachary Sailer
e4a7b724a6
fixed shutdown button refresh on dashboard
13 years ago
Zachary Sailer
d41544865a
fix kill_and_exit button in notebook
13 years ago
Zachary Sailer
62ec52e276
fix restart/interrupt kernel buttons
13 years ago
Zachary Sailer
324370de53
delete debug comment
13 years ago
Zachary Sailer
20324bafd0
fixing path redirects, cleaning path logic
13 years ago
Zachary Sailer
11cef9ab45
fixing some bugs after rebase
13 years ago
Zachary Sailer
7fbeb814f8
manual rebase tree/handlers.py
13 years ago
Zachary Sailer
d16fe2f826
manual rebase html notebook templates
13 years ago
Zachary Sailer
afb0d571f4
manual rebase static/tree/
13 years ago
Zachary Sailer
385ad6f509
manual rebase static/services (add session.js)
13 years ago
Zachary Sailer
0f52ffa756
manual rebase static/notebook/js files
13 years ago
Zachary Sailer
0559df1b8a
manual rebase - add sessions web service
13 years ago
Zachary Sailer
98e67bfa22
manual rebase notebooks web services
13 years ago
Zachary Sailer
09c4ecbb10
manual rebase services/kernels/
13 years ago
Zachary Sailer
f998dae05f
manual rebase notebookapp.py
13 years ago
Zachary Sailer
72ec51128d
manual rebase notebook/handlers.py
13 years ago
Zachary Sailer
521f03793a
manual rebase base/handlers.py
13 years ago
Min RK
1b9aef3959
Merge pull request #4377 from minrk/fix-cancel
...
fix tooltip cancel
pending tooltip from open-parenthesis was not being cancelled properly
13 years ago
Matthias Bussonnier
f11b95358c
Merge pull request #4293 from Carreau/tooltip-mkp
...
Factorise code in tooltip for julia monkeypatching
13 years ago
Matthias Bussonnier
40eb635824
Merge pull request #4292 from Carreau/more-cpl
...
improve js-completer logic.
13 years ago
Min RK
ba5fae3f70
Merge pull request #4379 from ivanov/split-shortcut-ff
...
fix (CTRL-M -) shortcut for splitting cell in FF
13 years ago
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.
13 years ago
MinRK
543b317d92
fix tooltip cancel
...
pending tooltip from open-parenthesis was not being cancelled properly
13 years ago
Brian E. Granger
7ccb1bbc8a
Merge pull request #4154 from ellisonbg/mathstyle
...
Center LaTeX and figures in markdown
13 years ago
Brian E. Granger
882c791a8a
Fixing comments on equation justification.
13 years ago
Matthias Bussonnier
598409c8f0
Merge pull request #4333 from minrk/notebook-metadata
...
Add Edit Notebook Metadata to Edit menu
13 years ago
MinRK
4a04553acd
add Edit Notebook Metadata to Edit menu
13 years ago
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)
13 years ago
Matthias Bussonnier
81b7282b10
Merge pull request #4281 from ellisonbg/complete_above
...
Adjust tab completion widget if too close to bottom of page.
13 years ago
Min RK
a01f72e07e
Merge pull request #4347 from takluyver/drop-pycolor
...
Remove pycolor script
We install a script to syntax highlight Python code in the terminal. This is quite obsolete, though, since the pygmentize command from Pygments offers the same functionality in a much more flexible way (more languages, more styles, other output formats).
This removes the wrapper script, but all the functionality is still there if you use python -m IPython.utils.PyColorize.
13 years ago
Brian E. Granger
1963605e1f
Fixing minor comment.
13 years ago
Brian E. Granger
b41b519127
Removing inversion of the completion list.
13 years ago
Brian E. Granger
c3d128d38a
Adjust tab completion widget if too close to bottom of page.
13 years ago
Thomas Kluyver
0cd7d8a5de
Remove pycolor script
13 years ago
Matthias Bussonnier
7c4c9d1c1b
Merge pull request #4289 from jdfreder/clearoutput
...
Fix scrolling output (not working post clear_output changes)
Regression introduced in #4229
13 years ago