Brian E. Granger
5974cbe2ad
Don't show Edit button on files we know we can't edit or ipynb
...
This removes the showing of the Edit button when:
* We know we can't edit the file (pdf, doc, xls, jpeg, png, etc.)
* Or a notebook - looking at this again though...
2017-02-25 18:40:37 -08:00
Brian E. Granger
2f266d3183
Only show View button for HTML files.
2017-02-25 18:33:05 -08:00
Carol Willing
e51a4688f6
Merge pull request #2226 from nickylimjj/nbserver-ext_changelog
...
updated changelog for nbextensions
2017-02-25 11:56:09 -06:00
nickylimjj
0d595f323c
keep within 80 cols, fix typos
2017-02-25 10:46:12 -06:00
nickylimjj
0be70718a5
updated changelog for nbextensions
2017-02-25 01:09:00 -06:00
Thomas Kluyver
a38eadbfef
Fix spelling
2017-02-24 18:26:13 +00:00
Thomas Kluyver
e3b89c3910
Update docs on enabling notebook server extensions
2017-02-24 18:25:33 +00:00
Lorenzo Gasparini
0447a20598
Merge branch 'master' of https://github.com/jupyter/notebook into fix-issue-980
2017-02-23 21:18:35 +01:00
Ioannis Papadopoulos
06f2a728cc
Merge pull request #1 from delftswa2017/fix-issue-980
...
Fixed issue 980
2017-02-23 20:45:01 +01:00
Matthias Bussonnier
98b07e7057
Merge pull request #2210 from vidartf/tags-ui-review
...
Adjust tags UI styling
2017-02-23 09:10:03 -08:00
Vidar Tonaas Fauske
2b4145e506
[TagsUI] Prevent highlighting of tagbar input box
2017-02-23 15:04:39 +01:00
Lorenzo Gasparini
7733aeb8ae
Fixed issue 980
2017-02-23 10:34:11 +01:00
Matthias Bussonnier
9dd3818a00
Merge pull request #2134 from Carreau/rtl-prompt
...
Better handeling or RTL prompts
2017-02-22 10:42:52 -08:00
Thomas Kluyver
076f4e9301
Merge pull request #2211 from minrk/data-selector
...
Don't use jquery-ui data selector
2017-02-21 11:28:28 +00:00
Min RK
2d42e62e85
Don't use jquery-ui data selector
...
since jquery-ui isn't available
iterate over list items instead (result is the same)
2017-02-21 12:08:54 +01:00
Vidar Tonaas Fauske
1f11cd1abf
[Tags UI] Style input controls according to review
...
Fixes most of style review in #2205 .
2017-02-20 15:31:41 +01:00
Vidar Tonaas Fauske
1e3eb0e0e7
[Tags UI] Replace <a>X</a> with FA icon
2017-02-20 15:30:30 +01:00
Min RK
b683d6f607
Merge pull request #2208 from takluyver/fix-view-html
...
Fix viewing HTML in sandboxed iframe
2017-02-20 14:57:38 +01:00
Thomas Kluyver
f384662df4
Fix viewing HTML in sandboxed iframe
...
See gh-2203
The URL calculation was going wrong, so it was using a URL starting with
//files. This uses url_path_join() to get the separators right.
2017-02-20 13:28:06 +00:00
Thomas Kluyver
c305d8fda3
Merge pull request #2198 from michaelpacer/keybinding_docs
...
More complete & accurate keybinding editor documentation
2017-02-18 09:00:40 +00:00
michaelpacer
1f93cb6b54
Clarify prefix exclusion
2017-02-17 15:04:23 -08:00
michaelpacer
240186ab48
Add Cmdtrl description
2017-02-17 15:03:07 -08:00
michaelpacer
8543b4e9f6
Put short description at top, longer at bottom
2017-02-17 14:59:02 -08:00
michaelpacer
b91c9218c0
Add line breaks
2017-02-15 17:36:06 -08:00
michaelpacer
6b08b86cb8
Some polishing, variable name change, etc.
2017-02-15 17:19:22 -08:00
michaelpacer
c5711ebc09
Large structural changes to the keybinding help interface.
2017-02-15 12:32:12 -08:00
Thomas Kluyver
747fcf0d6a
Back to development
2017-02-15 14:55:51 +00:00
Thomas Kluyver
ebb1f74172
release 5.0.0b1
2017-02-15 14:55:15 +00:00
Thomas Kluyver
088dabfc6e
Merge pull request #2188 from michaelpacer/enter_keybinding
...
Use form not div so that enter can submit changes
2017-02-15 10:42:04 +00:00
Grant Nestor
6f1ef4a973
Merge pull request #2189 from Carreau/notebook-first
...
UX: Put notebook first on new menu
2017-02-14 15:42:48 -08:00
michaelpacer
1a412fc6c2
Use form not div so that enter can submit changes
2017-02-14 15:37:16 -08:00
Matthias Bussonnier
23d55207d9
UX: Put notebook first on new menu
...
See #2182
2017-02-14 15:29:49 -08:00
Grant Nestor
a1dca237fc
Merge pull request #2173 from jasongrout/clearoutput-5
...
Add a clear_output code cell event
2017-02-14 14:05:00 -08:00
Jason Grout
971c63d780
Update codecell.js
2017-02-14 12:23:19 -05:00
Thomas Kluyver
a33d136cb0
Merge pull request #2186 from tonycpsu/master
...
Support underline and inverse in ANSI escape codes
2017-02-14 14:21:26 +00:00
Tony Cebzanov
d3cd8583a2
Fix ANSI bold/underline/inverse test to reset after each line.
2017-02-14 08:56:55 -05:00
Thomas Kluyver
0e453e750c
Merge pull request #2175 from gnestor/left-cell-border
...
Fix the left cell border
2017-02-14 11:29:50 +00:00
Tony Cebzanov
aadb343296
Add unerline and inverse to ANSI test notebook.
2017-02-14 00:05:35 -05:00
Tony Cebzanov
cb247590c7
Support ANSI underline and inverse properties.
...
* Parse underline and inverse in ANSI escape codes
* Add CSS classes for same, using a subtle outline for inverse
2017-02-13 23:51:32 -05:00
Carol Willing
3e1f54502d
Merge pull request #2185 from gnestor/docs-rebuild
...
Update dev install/build docs
2017-02-13 16:09:03 -08:00
Grant Nestor
674ac624d0
Update dev install/build docs
2017-02-13 15:57:08 -08:00
Grant Nestor
9e162ff225
Fix the left cell border
2017-02-13 15:12:08 -08:00
Kyle Kelley
260a944780
Merge pull request #2184 from takluyver/xtermjs-232
...
Upgrade xterm.js to newly released 2.3.2
2017-02-13 11:13:00 -08:00
Thomas Kluyver
f63fbe3405
Upgrade xterm.js to newly released 2.3.2
...
Closes gh-2172
2017-02-13 18:57:36 +00:00
Min RK
765a453519
Merge pull request #2181 from ericdill/typo
...
DOC: Fix typo
2017-02-13 10:26:19 +01:00
Eric Dill
080fae28e5
DOC: Fix typo
2017-02-12 19:45:52 -05:00
Jason Grout
b72ab070b3
Add a clearOutput code cell event
...
This is triggered when a code cell clears its output.
2017-02-10 16:26:37 -05:00
Thomas Kluyver
b2b12eca95
Merge pull request #2171 from blink1073/xterm-2.3
...
Upgrade xterm.js to 2.3.1
2017-02-10 11:21:13 +00:00
Steven Silvester
0543d55e46
Upgrade xterm.js to 2.3.1
2017-02-10 04:47:24 -06:00
Thomas Kluyver
844d069915
Merge pull request #2165 from gnestor/4.4
...
Uncomment 5.0 section in changelog
2017-02-09 10:34:27 +00:00