Grant Nestor
64fe3f1618
Trigger 'cleared' event when output area is cleared
9 years ago
Min RK
59c9df1b89
show current rate limit values in rate limit messages
9 years ago
Min RK
5da6eb6a41
only consider stream output for data rate limit
...
large stream outputs cause much more problems than image output
this does open up to large HTML and/or displayed text output,
but those seem to behave well more often than they don't.
9 years ago
Min RK
96044f6c80
test updating execute_result
9 years ago
Min RK
93d8f3fe0f
add output_added.OutputArea event
9 years ago
Min RK
7756fd34a9
restore append-after-render
...
so all output types are handled consistently
9 years ago
Min RK
273e8f9bbe
display_id target index is now outputs.length - 1
...
since item has been appended to outputs before calling instead of after
9 years ago
Min RK
f510806ff2
fix wait condition in display_id test
...
it was always waiting the maximum time because the condition was never met
9 years ago
Grant Nestor
d635525aef
Make mime bundle accessible to renderers
9 years ago
Ajaya Adhikari
7d4d7daca3
Remove redundant sort from back-end
9 years ago
adimitrova
02cc130166
changed to pass python 2 tests too
9 years ago
adimitrova
47bbd07733
updated decodestring
9 years ago
Ioannis Papadopoulos
7227c261ce
fix indentation
9 years ago
Ioannis Papadopoulos
d4bd5ccf39
Refactored Page class removing todo
9 years ago
Grant Nestor
c8841b68c4
Back to development
9 years ago
Grant Nestor
3194aba706
release 5.0.0b2
9 years ago
Grant Nestor
a531aeb8b3
Add modal styles
9 years ago
Min RK
420715e3e5
Merge pull request #2234 from takluyver/i2204
...
Show server root directory in move dialog
9 years ago
Kyle Kelley
ead73b9efa
Merge pull request #2220 from delftswa2017/fix-issue-980
...
Fixed issue #980 : incorrect LaTeX capturing and MathJax rendering
9 years ago
Grant Nestor
32df89fd62
Set `server_root_dir` based on user directory path
9 years ago
Grant Nestor
2125922db3
Set default `root_dir` for ContentsManager
9 years ago
wordofglass
f1253c460f
Directly expose the `webbrowser.open` new argument.
...
Suggested by minrk. Also, amend the corresponding documentation in
order to mention dependence on browser support.
9 years ago
michaelpacer
b7b6ec2ad2
Added more test cases, added spacing so that it was technically valid
9 years ago
Min RK
ee82acd66a
update token info on login page
...
- clarify that it does *not* mean password is disabled
- phrasing
- https links
9 years ago
Grant Nestor
92cfd65931
Use flex box vs. table
9 years ago
Grant Nestor
96676c079c
Use `contents_manager.root_dir`
9 years ago
michaelpacer
9a817f7bf0
Add test for LaTeX parsing
9 years ago
wordofglass
ff88ae072f
Add 'new_browser_window' config option
...
On startup, this optionally opens the notebook in a new browser window
instead of a new tab.
9 years ago
Matthias Bussonnier
018db6c8ce
Tell user how to avoid token authentication.
...
Most user don't care how to get the token each time (if they see the
message). They want to avoid using a token.
Make it clearer that Password should be configured.
Be more tricky, say that password not configured **yet**, to make the
user think they __have to__.
The text is not technically correct as as far as I remember you can have
PW and Token at the same time. But I'm going to say that in 99% of case
where users read that, the password is unset.
9 years ago
Grant Nestor
c4d2c1a527
Merge pull request #2249 from minrk/test-tags
...
Test the cell tags toolbar
9 years ago
Kyle Kelley
a42fa3f453
Merge pull request #2162 from blackrock/master
...
Fix for uploading large files crashing the browser (issue #96 )
9 years ago
Min RK
752fb34309
Merge pull request #2246 from takluyver/tooltip-pos
...
Add cell position when calculating location of cursor for tooltip
9 years ago
Min RK
0ebcb7a65f
test tags cell toolbar
9 years ago
Min RK
7286839c3a
always handle click event on remove-tag-btn
...
rather than checking if it’s ‘real’, which prevents `$(el).click()` from working
9 years ago
Min RK
a304f9d15f
split tags on commas and whitespace
9 years ago
Thomas Kluyver
59458731d8
Add cell position when calculating location of cursor for tooltip
...
Closes gh-2245, I hope, but I don't know if there's a better way to fix
it.
I think we need to calculate the location relative to the 'offset
parent' of the tooltip. Adding one extra parent level from CodeMirror
seems to work at the moment.
9 years ago
Kaushik Chaubal
7cd59275ea
add a dialog for large file size warning + simplify chunking logic
9 years ago
Kaushik Chaubal
7d4965abc0
fix of uploading large files crashes the browser #96 + adding unit tests
9 years ago
Lorenzo Gasparini
c782cb327f
Swap $ and $$ delimiters order to avoid conflicts.
9 years ago
Michael Pacer
44a1e99f2a
Remove misleading local variable declaration
9 years ago
Lorenzo Gasparini
3b50d4b4ad
Add comments
9 years ago
Lorenzo Gasparini
3c40901b34
Add support for '\\[' and '\\]' as math delimiters, refactoring.
9 years ago
Thomas Kluyver
c03c133bbd
Merge pull request #2229 from ellisonbg/edit-view-buttons
...
Edit view button behavior change
9 years ago
Matthias Bussonnier
e751e1ca1e
Implement discussed behavior:
...
- replace regexes they were not matching at the end of files.
- hide edit/view for multiple, they where not working
From the Pr comments that should closely match the following
Observations:
- "View" is handled by the browser so in most case it's something
"safe". I think that (A) all items we don't know what to do with
should have the _possibility_ to be viewed. (example `config.yaml`,
`cat.gifv`).
- "Edit" make sens only on text files only. In general (B) "edit"
should not be the default action for most files.
- Though (C) "Edit" should be triggerable by advanced users (unless
we know we should not). Example `foo.zorblax`, `conf.toml`
- (D) "Edit" does not make sens for some filetypes, thus should not be
available (`'png`, `.jpeg`)
Question (E):
- If the default action is X {in edit/view} should the X button be shown ?
Proposition:
- if ipynb:
- default link edit
- no button in toolbar.
- If known type, editable (txt, json, yaml, py, rb):
- default link open edit,
- button in toolbar show view
- if known type not editable: (, png, gif, zip)
- default link open view
- no button in toolbar
- if unknown type ('.zorblax, toml, cson, ')
- default link open "view"
- button in the toolbar show "Edit".
9 years ago
Thomas Kluyver
b2d048a85e
[WIP] Show server root directory in move dialog
9 years ago
Joris Van den Bossche
de26378f1c
Adjust HTML table style (GH2209)
9 years ago
Matthias Bussonnier
2e0d44b5d4
retab with spaces.
9 years ago
Brian E. Granger
9415f89776
Super minor style fixes for the cell tag UI.
9 years ago
Brian E. Granger
6846deec7a
Fixing notebook behavior of Edit.
...
In the future I would like to show the Edit button for notebooks
but have it open them in the text editor. Right now, there isn't
any way for a user to do this. Thus hiding Edit on notebooks for
now.
9 years ago
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...
9 years ago
Brian E. Granger
2f266d3183
Only show View button for HTML files.
9 years ago
Kevin Bates
ff19c4cd7c
enforce minimum timeout, ensure exceptions don't prevent culling of others
9 years ago
Lorenzo Gasparini
0447a20598
Merge branch 'master' of https://github.com/jupyter/notebook into fix-issue-980
9 years ago
Matthias Bussonnier
98b07e7057
Merge pull request #2210 from vidartf/tags-ui-review
...
Adjust tags UI styling
9 years ago
Kevin Bates
c3f753faf8
incorporate review recommendations
9 years ago
Vidar Tonaas Fauske
2b4145e506
[TagsUI] Prevent highlighting of tagbar input box
9 years ago
Lorenzo Gasparini
7733aeb8ae
Fixed issue 980
9 years ago
Kevin Bates
2f787088d5
Validate culling interval.
9 years ago
Kevin Bates
4000838321
Cull idle kernels after specified period
9 years ago
Matthias Bussonnier
9dd3818a00
Merge pull request #2134 from Carreau/rtl-prompt
...
Better handeling or RTL prompts
9 years ago
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)
9 years ago
Vidar Tonaas Fauske
1f11cd1abf
[Tags UI] Style input controls according to review
...
Fixes most of style review in #2205 .
9 years ago
Vidar Tonaas Fauske
1e3eb0e0e7
[Tags UI] Replace <a>X</a> with FA icon
9 years ago
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.
9 years ago
michaelpacer
1f93cb6b54
Clarify prefix exclusion
9 years ago
michaelpacer
240186ab48
Add Cmdtrl description
9 years ago
michaelpacer
8543b4e9f6
Put short description at top, longer at bottom
9 years ago
michaelpacer
b91c9218c0
Add line breaks
9 years ago
michaelpacer
6b08b86cb8
Some polishing, variable name change, etc.
9 years ago
michaelpacer
c5711ebc09
Large structural changes to the keybinding help interface.
9 years ago
Thomas Kluyver
747fcf0d6a
Back to development
9 years ago
Thomas Kluyver
ebb1f74172
release 5.0.0b1
9 years ago
Thomas Kluyver
088dabfc6e
Merge pull request #2188 from michaelpacer/enter_keybinding
...
Use form not div so that enter can submit changes
9 years ago
michaelpacer
1a412fc6c2
Use form not div so that enter can submit changes
9 years ago
Matthias Bussonnier
23d55207d9
UX: Put notebook first on new menu
...
See #2182
9 years ago
Grant Nestor
a1dca237fc
Merge pull request #2173 from jasongrout/clearoutput-5
...
Add a clear_output code cell event
9 years ago
Jason Grout
971c63d780
Update codecell.js
9 years ago
Thomas Kluyver
a33d136cb0
Merge pull request #2186 from tonycpsu/master
...
Support underline and inverse in ANSI escape codes
9 years ago
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
9 years ago
Grant Nestor
9e162ff225
Fix the left cell border
9 years ago
Jason Grout
b72ab070b3
Add a clearOutput code cell event
...
This is triggered when a code cell clears its output.
9 years ago
Matthias Bussonnier
f06aca718a
Wrap prompts in bdi for rtl layout
9 years ago
Min RK
f63880700d
copying cells copies attachments
...
add test to verify
9 years ago
Min RK
f982c0df3a
attachment mimebundle values are strings, not lists
...
When first added, the first item of the list contained the attachment.
After roundtripping to a file, the list was correctly converted to a single string,
the first element of which is a single character, not the full data.
9 years ago
Min RK
f84b969d65
Merge pull request #2146 from minrk/modified-sort-link
...
switchClass is undefined
9 years ago
Thomas Kluyver
f482d4035f
Use arrows-v for find in all cells icon
...
Closes gh-2155
9 years ago
Matthias Bussonnier
b98c8017ef
Merge pull request #2152 from Carreau/fix-kbd-ff
...
Fix layout issue of "Edit Keybord shortcut" on Firefox
9 years ago
Brian E. Granger
683a184b1a
Merge pull request #2131 from Jessime/find_replace
...
Apply find-and-replace to selected cells only by default.
9 years ago
Matthias Bussonnier
4ad516525d
Fix layout issue of "Edit Keybord shortcut" on Firefox
...
Closes #2147
9 years ago
Thomas Kluyver
fc2e03a781
Merge pull request #2145 from minrk/view-base-url
...
add base_url to view page
9 years ago
Min RK
2ce065a121
switchClass is undefined
...
switchClass is provided by jquery-ui, not jquery, so it's not available on the tree page
9 years ago
Min RK
0ccb548238
Merge pull request #2138 from takluyver/f-cmd-palette
...
Add cmdtrl-shift-f shortcut to show command palette
9 years ago
Min RK
7784723f59
add base_url to view page
9 years ago
Thomas Kluyver
6fbb39193a
Bump up tornado buffer sizes to allow saving large notebooks
...
Sort of addresses gh-650
9 years ago
Thomas Kluyver
9364db7d70
Add cmdtrl-shift-f shortcut to show command palette
...
Closes gh-2121
At least on my system, Ctrl-Shift-F does not seem to be taken in either
Chrome or Firefox. My reasoning for F is 'Find command'.
9 years ago
Min RK
3dc91c993e
remove unused variable in token removal
9 years ago
Min RK
9cf239f5e5
Merge pull request #2132 from Carreau/fix-find-replace-css
...
Remove double border in Find and replace UI.
9 years ago
Min RK
8e477e514e
Merge pull request #2128 from minrk/remove-token-url
...
remove token query parameter from pages on load
9 years ago
Matthias Bussonnier
6d0b45b536
Remove double border in Find and replace UI.
...
There is a less-than optimal double border between the last button and
the input field.
Remove it by making the left border of the input field None, (or the
right one in RLT layout). We don't change the border of the buton or it
looks ugly when pressed.
9 years ago
Matthias Bussonnier
fbb5a432fa
Update style for code tar in `.well`
...
The purpleish is not that great and unredable and due to us removing
part of bootstrap.
9 years ago