Philipp Rudiger
8a9afb4f58
Add a output_updated.OutputArea event
8 years ago
Thomas Kluyver
fc24f31be8
Merge pull request #3500 from gnestor/issue-2518
...
Prevent default on pageup/pagedown when completer is active
8 years ago
Thomas Kluyver
58752355b9
Merge pull request #3539 from nyu-ossd-s18/filesize
...
Adding file size to views
8 years ago
Celina Kilcrease
192e3fe9d8
remove es6 syntax
8 years ago
Celina Kilcrease
174e724174
get file size in base model
8 years ago
Ashley Teoh
dee58e0a08
use text() not html()
8 years ago
Ashley Teoh
dd608ad2bd
add MIT licence
8 years ago
Ashley Teoh
d35ac8bc3a
right align file size column
8 years ago
Celina Kilcrease
06214aea0a
remove inline css
8 years ago
Thomas Kluyver
fcf5f39606
Merge pull request #3507 from nyu-ossd-s18/improve-accessibility
...
Fixes to improve web accessibility
8 years ago
Ashley Teoh
2e9ba4a1ac
use pretty-bytes
8 years ago
Celina Kilcrease
acc2056e05
fixed filesize
...
fixed typo
8 years ago
Celina Kilcrease
13933f396a
converting filesize to readable format
8 years ago
Ashley Teoh
abe05dea42
change column width, flip order
8 years ago
Celina Kilcrease
ff8e1cc983
only get filesize for files and notebooks
...
adding sort function
add file size text
8 years ago
danagilliann
46f481448d
remove token_input focus
8 years ago
Rosa Swaby
72bedfc36d
added classes to html and removed add class lines from main.js file
8 years ago
Lucas Oshiro
c4e443c3b9
"Run this cell" button in each code cell
8 years ago
Lucas Oshiro
9471f2b73f
Executing cell when clicking its prompt
8 years ago
Leo Gallucci
27710b9324
jQuery attribute selector value MUST be surrounded by quotes
8 years ago
Thomas Kluyver
ca3e7a3668
Merge pull request #3511 from nyu-ossd-s18/cookies
...
Displays Warning Message if Cookies Not Enabled
8 years ago
Celina Kilcrease
9bc3f99865
added wikihow link
8 years ago
Celina Kilcrease
d73c45147f
added wikihow link
8 years ago
Celina Kilcrease
2cdee92760
adjusted warning and got rid of OK button
8 years ago
Celina Kilcrease
e1d8bbbc07
edited without stripping whitespace
8 years ago
Celina Kilcrease
6f52c39617
edited without stripping whitespace
8 years ago
Celina Kilcrease
06ba8dfd06
updated formatting, error appears in modal body
8 years ago
Ashley Teoh
6b7983866b
correctly set language dynamically
8 years ago
Ashley Teoh
aafd8dbf41
dynamically set language in meta tags
8 years ago
Rosa Swaby
40558fbcdc
fixing notebook.js file
8 years ago
Celina Kilcrease
4f45bdc3dc
added labels and changed ids according to accessibility guidelines, added new event handlers for new ids
8 years ago
Grant Nestor
a69ad5073c
Prevent default on pageup/pagedown when completer is active
8 years ago
Thomas Kluyver
3980d815b3
Prevent default event handling on new terminal
...
Avoid resetting the directory navigation when you create a new terminal.
Closes gh-3496
8 years ago
Thomas Kluyver
2fb47162d7
Merge pull request #3494 from danagilliann/master
...
solved waiting asterisk
8 years ago
danagilliann
e4334e631c
empty space to cell
8 years ago
Thomas Kluyver
9d4a2da362
Merge pull request #3004 from gnestor/issue-1530
...
Add shutdown button option
8 years ago
danagilliann
51e910b7ca
solved waiting asterisk
8 years ago
Thomas Kluyver
9359a73788
Allow translation of shutdown dialog
8 years ago
Thomas Kluyver
8a97003a6a
New module for shutdownbutton
8 years ago
Grant Nestor
86e45ab9f4
Add shutdown button option
8 years ago
Thomas Kluyver
9e72e054c0
Convert native for loop to Array forEach()
...
This fixes a problem with variable scoping and closures.
Closes gh-3473
8 years ago
Thomas Kluyver
4e79ebb49a
Disable jQuery prefilter specifically to parse sanitized HTML ( #29 )
...
* Add and use sanitize_html_and_parse() function
* Describe return type in doc comment
* Reset htmlPrefilter even if parsing HTML fails
* Return directly from try block
* Move toinsert to inner scope
8 years ago
Thomas Kluyver
276474afe5
Merge pull request #3411 from takluyver/notebooklist-back-to-start
...
Fix going back to root directory with history in notebook list
8 years ago
Thomas Kluyver
0c28482de0
Fix going back to root directory with history in notebook list
...
Bug found during pair programming with @mpacer
8 years ago
Thomas Kluyver
e2ee7c6297
Javascript lint in notebooklist.js
8 years ago
Thomas Kluyver
c1c7d3df59
Merge pull request #3373 from forbxy/fix-file-upload
...
fix:when upload large file,we cant stop
8 years ago
bxy007
191be80e83
fix spell error
8 years ago
Ashley Teoh
978e16a12a
whitespace
8 years ago
Ashley Teoh
078d3f5be6
add title attributes to widgets and disable clicking trusted button
8 years ago
Thomas Kluyver
2aac713937
Merge pull request #3294 from takluyver/notebook-js-syntax-fixes
...
Some Javascript syntax fixes
8 years ago
bxy007
4a3885d3e2
fix:when upload large file,we cant stop
8 years ago
Mac Knight
b5932ad058
sets notebook to dirty after change to metadata
8 years ago
Thomas Kluyver
25c628c1f5
Merge pull request #3336 from hendrixet/color_contrast
...
fixed color contrast issue in tree.less
8 years ago
Ethan
23aa0d8076
fixed color contrast issue in tree.less
8 years ago
Thomas Kluyver
4285574b96
Merge pull request #3189 from cancan101/patch-2
...
Upgrade xterm.js to 3.1.0
8 years ago
Alex Rothberg
91794ecb18
dont rely on css calc
8 years ago
Alex Rothberg
2baa5d3acd
revert deletion and add comments
8 years ago
Gabriel Ruiz
331a7a2dda
Editor - Prompt warning when overwriting a file that is modified on disk ( #2783 )
...
* added overwrite prevention to saving
* rearranging order of require variables and edit to rename
* added documentation, and fixed reload button
* followed suggestion by tom, started tests
* Revert "followed suggestion by tom, started tests"
This reverts commit 4d45ec7c1b6da51d3e1d4140b174b6f237ea2133.
* added back in reverted changes to editor.js
* Fix broken reference to 'this'
8 years ago
Alex Rothberg
2d5cd359e5
dead code
8 years ago
Alex Rothberg
bb7dd0a85e
calc height
8 years ago
Alex Rothberg
a770f83487
cleanup old
8 years ago
Michael Droettboom
198d74aeda
Add any extra installed nbconvert exporters to the "Download as" menu
8 years ago
Alex Rothberg
e5d393aea1
use fit addon
8 years ago
Mac Knight
f5d59ca004
connect close_and_halt via id_actions_dict
8 years ago
Mac Knight
8888fa4e07
fixed removed ';'
8 years ago
Mac Knight
6162ca9570
Added close and halt to the action menu and exposed function
8 years ago
Thomas Kluyver
364cd032c4
Merge pull request #3273 from gnestor/issue-484
...
Make buffer time between last modified on disk and last modified on last save configurable
8 years ago
Thomas Kluyver
3fce87d60a
Fix name of config option in comment
8 years ago
Thomas Kluyver
1d806da2b9
Some Javascript syntax fixes
8 years ago
Thomas Kluyver
a812581d43
Merge pull request #3287 from damianavila/add_slides_export
...
Add slides exportation/download to the menu
8 years ago
Thomas Kluyver
7445be5943
Merge pull request #3236 from takluyver/i3235
...
Fix output prompt when execution_count missing.
8 years ago
Damian Avila
4dc3221194
Add slides exportation/download to the menu
8 years ago
Peter Parente
386b3a248a
Update page / tab title when navigating
8 years ago
Peter Parente
611762b255
Fix modified clicking of dirs, crumbs
...
All the default browser behavior when the user is holding any modifier
key while clicking on a folder or breadcrumb in the fileview.
8 years ago
Grant Nestor
798d29bda8
Change config value name and use seconds vs. milliseconds
8 years ago
Thomas Kluyver
3de5e501f3
Back to development
8 years ago
Thomas Kluyver
ba5ea511a5
release 5.4.0
8 years ago
Grant Nestor
c2701a8fb0
Make buffer time between last modified on disk and last modified on last save configurable
8 years ago
Matthias Bussonnier
b96d75846d
Merge pull request #3264 from takluyver/i3263
...
Change the path to create notebooks in when navigating directories
8 years ago
Thomas Kluyver
ae7d39af1e
Merge pull request #3243 from minrk/less-shouty
...
make js-generated UUIDs lowercase
8 years ago
Thomas Kluyver
51acfb61ad
Use event.preventDefault() on links creating new files & folders
8 years ago
Thomas Kluyver
1d84d839f3
Change the path to create notebooks in when navigating directories
...
Closes gh-3263
Closes gh-3248
8 years ago
yuvipanda
194a84a324
Remove duplicate setting of this.notebook
...
Should be a noop
8 years ago
Min RK
44c99143e9
make js-generated UUIDs lowercase
...
so it's less shouty when debugging messages
We don't ever need official UUIDs as specified, just sufficiently random strings.
8 years ago
Thomas Kluyver
31215b857c
Merge pull request #3195 from areading314/ar/limit_autcomplete_elements
...
Limit length of GUI autocomplete to 1000
8 years ago
Thomas Kluyver
8657d99d9f
Fix output prompt when execution_count missing.
...
Closes gh-3235
8 years ago
Thomas Kluyver
fe2502d81e
Back to development
8 years ago
Thomas Kluyver
e3a8cf0b83
update JS version number as well
8 years ago
Thomas Kluyver
3b069e3c0a
Replace symlinked favicon with a copy
...
Closes gh-3215
8 years ago
Thomas Kluyver
4179d60e49
Back to development
8 years ago
Lilian Besson
de92a2b34f
Force padding top bottom to 1px for div.output_area pre ( #3194 )
...
See https://github.com/jupyter/notebook/issues/3193
8 years ago
Arthur Reading
426346fc91
Limit length of GUI autocomplete to 1000
8 years ago
Grant Nestor
91d46c5328
release 5.3.0rc1
8 years ago
Thomas Kluyver
7b5bd66cf7
Merge pull request #3175 from gnestor/issue-2591
...
Add Jupyter action for CodeMirror indentAuto command
8 years ago
Grant Nestor
630ef639dd
Add indentAuto to actions
8 years ago
Thomas Kluyver
e4529a46c4
Merge pull request #2965 from betatim/restart-and-rerun-toolbar
...
Add toolbar icon to restart and run all
8 years ago
Tim Head
3c83c85095
Switch to fa-repeat and remove restart button
8 years ago
Grant Nestor
50a03a0a9e
Display a "Close" button on load notebook error
8 years ago
Sukneet
ca5e39a481
warn_bad_name should not use global name
...
warn_bad_name in get_name should use the local variable name_or_data not name
8 years ago
Min RK
5df9e35d83
avoid overflow of hidden form
...
fixes hover on upload button leaking over New button
8 years ago
bxy007
83d1deda2f
fix Shutdown trans loss
8 years ago
Thomas Kluyver
ca50f1af5a
Merge pull request #3097 from gnestor/requirejs
...
[WIP] Use `requirejs` vs. `require`
8 years ago
Thomas Kluyver
946fa40c53
Merge pull request #3122 from takluyver/i3074
...
Don't try to translate missing help strings
8 years ago
Grant Nestor
9ce534c020
[WIP] Use DOM history API for navigating directories ( #3115 )
...
* Use DOM history API for navigating directories
* Fix test
* Fix building URLs and states for breadcrumbs
* Use base_url when constructing navigation URLs
8 years ago
Thomas Kluyver
b23cbdc597
Don't try to translate missing help strings
...
Closes gh-3074
8 years ago
Thomas Kluyver
b1e5f729fa
Merge pull request #3088 from Madhu94/detect-programmatic-copy
...
Allow programmatic copy to clipboard
9 years ago
Josh Barnes
cbf7db7449
Compare non-specific language code for arabic numerals ( #3055 )
...
Otherwise, country-specific locales like `ar-sa` (Arabic, Saudi Arabia), end up using the default numerals
9 years ago
Grant Nestor
4d258a8e4e
Use `requirejs` vs. `require`
9 years ago
nmadhum
4455bcfc8f
Allow programmatic copy to clipboard
9 years ago
Thomas Kluyver
9f7ee6830e
Merge pull request #3059 from PHaeJin/typo2
...
Fix some broken links
9 years ago
PHaeJin
1119ae1467
Fix typo
9 years ago
PHaeJin
2c6ed87a63
Fix broken link
9 years ago
PHaeJin
c3ebd135bc
Fix a broken link
9 years ago
PHaeJin
c7c815a68a
Fix some broken links
9 years ago
Francesco Franchina
47a6401ea0
Forced the the cursor as a pointer hovering the fileinput - chrome only
9 years ago
Francesco Franchina
02e1284d8b
Fixes completely #3044 - select all
9 years ago
Francesco Franchina
7c32c3dd2f
Solves part of the #3044 - upload button
9 years ago
Kyle Kelley
b3b8106e0d
Merge pull request #3048 from jcb91/bidi
...
Fix moment locale loading in bidi support
9 years ago
Thomas Kluyver
afd5aeab95
Merge pull request #3049 from bacboc/feature
...
Fix broken link
9 years ago
Josh Barnes
60b7c22977
tidy bidi support
...
remove unused variable, redundant comment, don't need jquery
9 years ago
Josh Barnes
3f2aa86ba2
Fix moment locale loading in bidi support
...
this is the correct way to do it, especially since packaged versions of notebook are shipping without separate locale files
9 years ago
bacboc
551f8b2848
Fix broken link
9 years ago
PHaeJin
c0973877c8
Fix a typo ( #3043 )
...
* Fix a typo
* Fix a typo
* Fix abroken link
9 years ago
edida
5ede4c1243
Fix broken links ( #3042 )
...
* Typo fix
* Fix broken links
* Fix typo
* Fix broken links and Fix typo
9 years ago
Grant Nestor
009af0e833
Use `/files` prefix for PDF-like files
9 years ago
Tim Head
b2fe5a4069
Add toolbar icon to restart and run all
9 years ago
Grant Nestor
7835160063
release 5.2.1
9 years ago
Matthias Geier
4918eb1f80
Fix ANSI inverse ( #2967 )
...
* Invert inverse ANSI colors
The "inverse" escape sequence was implemented in #2186 , but not by
actually inverting foreground and background.
* ANSI colors: allow switching off underline and inverse
* Add CSS classes ansi-default-inverse-fg and ...-bg
9 years ago
Thomas Kluyver
e7f69cc2d7
Work on loading UI translations ( #2969 )
...
* Load translations for Javascript in page template
* Normalise language codes to gettext format with underscores
* .mo files need to be under LC_MESSAGES as well
* remove unused JS code
* Normalise result in test
* Fix for opening files on Py 2
* Fix location of I18N directory
* Add translation files to package_data
9 years ago
Min RK
881268f642
Merge pull request #2993 from jhamrick/editable-bug
...
Prevent uneditable cells from having their type changed
9 years ago
Grant Nestor
173be6dc88
release 5.2.1rc1
9 years ago
Jessica B. Hamrick
4b2975659c
Prevent uneditable cells from having their type changed
9 years ago
Grant Nestor
817f541be4
Add assumed screen resolution to comments
9 years ago
Grant Nestor
0fe8ee191a
Add media queries as proxy for zoom levels
9 years ago
Grant Nestor
b92dd28b60
Add more border width to CodeMirror cursor
9 years ago
M Pacer
fcb64d9581
update version to dev version for master to not overwrite editable installs
9 years ago
Jason Grout
1405693943
Fix the prompt_area argument of the output area constructor. ( #2961 )
...
See https://github.com/jupyter/notebook/pull/2681#issuecomment-338322212 and https://github.com/jupyter-widgets/ipywidgets/issues/1765
9 years ago
Grant Nestor
a8be6598b9
release 5.2.0
9 years ago
Thomas Kluyver
b6edf5cf17
'Play' icon for run-cell toolbar button
...
Based on @ellisonbg's research in gh-2914, most tools with similar
functionality to run a piece of code use either the 'play' icon, or
something custom designed (RStudio and Spyder are in the latter camp).
The analogy with audio and video does suggest that 'step forward' is
more similar to running one cell, but it's not clear that users
are actually thinking about it in those terms.
I'm opening this for discussion rather than for immediate merge.
9 years ago
Grant Nestor
b82ca09782
Update viewable_extensions
9 years ago
Grant Nestor
5841666647
release 5.2.0rc1
9 years ago
Kyle Kelley
5585fea392
Merge pull request #2912 from gnestor/issue-2904
...
Show edit shortcuts modal after shortcuts modal is hidden
9 years ago
Grant Nestor
d537ef6350
Show edit shortcuts modal after shortcuts modal is hidden
9 years ago
Grant Nestor
2fdc5327e3
Clean up
9 years ago
Grant Nestor
cb8d88e8e5
Add viewable whitelist based on browser-supported file extensions
9 years ago
Grant Nestor
679a1a2985
Normalize inputs before comparing in `item_in`
9 years ago
Grant Nestor
4de3a4cc61
Default to edit if file type is unknown
9 years ago
Grant Nestor
c0b678c510
Remove editable whitelist
9 years ago
Kyle Kelley
43a97807fc
buffer messages when websocket connection is interrupted ( #2871 )
...
* provide some top level comments
* implement buffering of messages on last dropped connection
- buffer is per-kernel
- session_key is stored because only a single session can resume the buffer and we can't be sure
- on any new connection to a kernel, buffer is flushed.
If session_key matches, it is replayed.
Otherwise, it is discarded.
- buffer is an unbounded list for now
* restore actual zmq channels when resuming connection
rather than establishing new connections
fixes failure to resume shell channel
* hookup restart callbacks in open
instead of in `create_stream`, which is not called on reconnect
* improve handling of restored connections in js
- dismiss 'connection lost' dialog on reconnect
- set busy status on reconnect (if not busy, idle will come soon after via kernel_ready)
9 years ago
Josh Barnes
9552fc1872
give Page constructor default arguments
...
for any extension template which relied on the old no-parameter formation
9 years ago
Josh Barnes
df19a51f59
fix codemirror.less to match CodeMirror's expected padding layout
...
fixes #2869 (I hope!)
9 years ago
Kyle Kelley
11e578f7fd
load locale dynamically only when not en-us
9 years ago
Kyle Kelley
91addcf776
Merge pull request #2860 from minrk/jsversion
...
resync jsversion with Python version
9 years ago
Min RK
d59349ac15
resync jsversion with Python version
...
by running setup.py jsversion
9 years ago
madhu
a5e64c3f77
fix(notebook): Allow copy operation on modified, read-only
...
notebooks
Should close #2541
9 years ago
Thomas Kluyver
11ba6be432
Merge pull request #2745 from gnestor/keymap-default
...
Make "extraKeys" consistent for notebook and editor
9 years ago
Grant Nestor
f222978992
Remove comments
9 years ago
Thomas Kluyver
9dabaa2ccf
Merge pull request #2774 from iamlemec/master
...
Factor out output_prompt_function, as is done with input prompt
9 years ago
Grant Nestor
aa3c1a5481
Merge pull request #2357 from Ashamandi/master
...
Bidi support
9 years ago
Douglas Hanley
c946374aba
output_prompt_function: construct node rather than use HTML string
9 years ago
Doug Hanley
53c39ff61f
Factor out output_prompt_function, as is done with input prompt
9 years ago
Grant Nestor
ff49a10a36
release 5.1.0
9 years ago
Thomas Kluyver
60f81e49b2
release 5.1.0rc3
9 years ago
Min RK
f8a6e1c5b7
Merge pull request #2792 from takluyver/mathjax-callback-err
...
Attempt to fix mysterious mathjax callback error
9 years ago
cebolan
31f888e6ae
Fix documentation on keyboard shortcuts
...
closes #2801
9 years ago
Thomas Kluyver
379c359fa1
Log failure to load notebook at error level
9 years ago
Thomas Kluyver
41062f87b3
Ensure AMSmath is loaded before calling resetEquationNumbers method
9 years ago
Thomas Kluyver
04c5aec072
Catch errors from queueing Mathjax resetEquationNumbers call.
9 years ago
Thomas Kluyver
e3df23656e
Prevent uploading file twice
...
Closes gh-2773
9 years ago
Grant Nestor
63c7c336f0
release 5.1.0rc2
9 years ago
Grant Nestor
62bc68c585
Make "extraKeys" consistent for notebook and editor
9 years ago
Grant Nestor
4424b0e46a
Switch back to "default" keycap
9 years ago
Grant Nestor
e36bafd164
Set "sublime" to default keymap for editor
9 years ago
Thomas Kluyver
835bbd132c
Set CodeMirror mode using mimetype, not mode name
...
One mode definition file can contain different modes, e.g. clike includes C, C++,
C#, Java, and a few others. We need to use the mime type to distinguish which one
we want.
Closes gh-2737
9 years ago
Grant Nestor
b099303a96
release 5.1.0rc1
9 years ago
Vidar Tonaas Fauske
9249ae25e1
Add buffers argument to CommManager.new_comm
9 years ago
Vidar Tonaas Fauske
05c1f6feb8
Add buffers argument to comm open/close
9 years ago
madhu
2208917c05
fix(notebook): Allow notebooks to be trusted without triggering
...
a save. Closes #195
9 years ago
Thomas Kluyver
823e447293
Merge pull request #2534 from gnestor/issue-2151
...
Enforce right-alignment for cell in markdown tables
9 years ago
Grant Nestor
4ac086d477
Remove commented out old code
9 years ago
Thomas Kluyver
e37b6976c8
Add promise for notebook_loaded.Notebook event
9 years ago
Grant Nestor
8644a15a6b
Prevent marked from returning inline styles for table cells
9 years ago
samarsultan
28fcc7bffd
update notebooklist.js
9 years ago
samarsultan
048befc311
update savewidget.js
9 years ago
samarsultan
c4385ebcb3
removing setUserPreference function
9 years ago
samarsultan
142b74b019
updating bidi and numericshaping files
9 years ago
samarsultan
3e0c87d12a
tuning code style
9 years ago
Min RK
1812469a7c
update custom.js docs with promises
9 years ago
Thomas Kluyver
96d87c5792
Add a promise for app_initialized event.
...
See gh-2499
9 years ago
Matthias Bussonnier
decb30d8b0
Merge pull request #2681 from gnestor/fix-prompt-overlay
...
Fix hidden prompt overlay button
9 years ago
samarsultan
57da7fa019
Resolving Conflicts
9 years ago
Grant Nestor
d00617a064
Add image/gif mimetype
9 years ago
Grant Nestor
dbda33090f
Merge pull request #2677 from mpacer/mjax_labels
...
clear equation labels on typesetting so that labels don't stop equations from rendering
9 years ago
Grant Nestor
bbd2ac6112
Merge pull request #2691 from invisibleroads/patch-1
...
Restore flat edge of rendered html code block
9 years ago
Thomas Kluyver
63aa0df454
Merge pull request #2696 from gnestor/cm-keymaps
...
Add missing codemirror keymaps to keyboard shortcuts dialog
9 years ago
Roy Hyunjin Han
644a8aad8d
Add padding to inline code as requested by @gnestor
9 years ago
Grant Nestor
cf6d305d93
Merge pull request #2698 from takluyver/fuzz-check-last-modified
...
Allow 0.5 seconds difference in file timestamps before warning of conflicting change
9 years ago
Grant Nestor
97d1730bdc
Merge pull request #2699 from takluyver/i1976
...
Validate CodeMirror keyMap from frontend config
9 years ago
Grant Nestor
65598bf1f4
More consistency!
9 years ago
Thomas Kluyver
6d0ea0eef1
Merge pull request #2701 from gnestor/list-newline-style
...
Prevent extra newline between nested lists
9 years ago
Grant Nestor
502c074b2c
Prevent extra newline between nested lists
9 years ago
Grant Nestor
51fc7692aa
Clean up formatting
9 years ago
Grant Nestor
0552b3b1ab
Remove keymap for "esc"
9 years ago
Grant Nestor
1ae816517e
Consistent order for platform-specific keymaps
9 years ago
Thomas Kluyver
bd84c5806e
Validate CodeMirror keyMap from frontend config
...
Closes gh-1976
9 years ago
Thomas Kluyver
fd34dd2052
Allow 0.5 seconds difference in file timestamps before warning of conflicting changes
...
See gh-484
9 years ago
Grant Nestor
b56e3b16df
Add missing codemirror keymaps to keyboard shortcuts dialog
9 years ago
Grant Nestor
5ae0113d9b
Merge pull request #2687 from takluyver/i2673
...
Only show busy favicon when execution lasts > 1s
9 years ago
Roy Hyunjin Han
9701f6b1cd
Revert 533aea11fd
...
The extra padding causes the first line of each markdown rendered code block to be indented, but does not indent the rest of the code block, resulting in a jagged left edge. Removing this bit of CSS restores a flat left edge.
You can verify this by trying to render the following:
abc
def
ghi
9 years ago
Grant Nestor
a9160356df
Merge pull request #2688 from jasongrout/jitter
...
Fix jitter caused by rounding height.
9 years ago
Thomas Kluyver
5c66955fab
Smarter check for editable mimetypes
9 years ago
Thomas Kluyver
75f1b9ae26
Don't assume that application/ mime types are editable
...
The application media type includes many common binary files like
application/zip and application/pdf.
9 years ago
Jason Grout
b04db891f2
Fix jitter caused by rounding height.
9 years ago
Thomas Kluyver
5faa2ab9b5
Protect against no element with id=favicon
9 years ago
Thomas Kluyver
0bd5fe8759
Only show busy favicon when execution lasts > 1s
...
This avoids making lots of HTTP requests as we rapidly change the favicon
between the 'notebook' (idle) and 'busy' icons. Now it should be no more
than one per second in the most pathological case.
Closes gh-2673
9 years ago
Grant Nestor
4532b14808
Reset the target cell's undo history after merge_cells
9 years ago
Grant Nestor
572cc37273
Fix hidden prompt overlay button
9 years ago
M Pacer
e2405cebe9
clear equation labels on typesetting so that labels don't block renders
9 years ago
Thomas Kluyver
5c6a1c8f78
Don't use animated favicon when kernel busy
...
Addresses part of gh-2673
Each set of the favicon causes a new HTTP request.
If we want an animated favicon, I think it's possible to use an animated
GIF. But I find animated favicons annoying, so I'd rather just get rid
of it entirely. Just because we can doesn't mean we should. ;-)
9 years ago
Adeel Ahmad
3195dc6d2c
Remove leading whitespace from prompt message
9 years ago
John Emmons
f81fb46ff6
Preliminary i18n implementation as outlined in JEP 16 ( #2140 )
...
setting up internationalization for log and UI messages
See i18n README for details
Squashed to resolve CRLF, tab-indent issues.
9 years ago
Min RK
8fa09260b1
Merge pull request #2472 from ericjperry/fix/IE-terminal
...
Open terminal tab using a hash rather than undefined for IE compatibility.
9 years ago
Min RK
f707dde238
Merge pull request #2625 from takluyver/i2611
...
More specific check for missing body data
9 years ago
Thomas Kluyver
7dc6b26c9f
When switching sort field, use ascending sort
9 years ago
Thomas Kluyver
a7e10e9303
Improvements to sorting notebook list
...
Closes gh-1218
Closes gh-1942
9 years ago
Thomas Kluyver
971e425c72
Merge pull request #2629 from takluyver/fix-modified-column
...
Fix last-modified column of notebook list
9 years ago
Vidar Tonaas Fauske
c77b2b76c7
Cell tags UI: Ensure close button does not wrap
...
Add CSS styling to prevent close button from line-wrapping inside the
cell tag elements.
9 years ago
Thomas Kluyver
624158f851
Fix last-modified column of notebook list
...
This was showing 'seconds ago' for every file, because it was looking
for the nonexistant 'modified' field. The correct name is 'last_modified'.
I'm not sure how long this has been broken.
9 years ago
Thomas Kluyver
4542a514e8
More specific check for missing body data
...
Closes gh-2611
9 years ago
Roland Weber
342ea2650e
fixes #2565 - capitalization of 'Edit cell Attachments' dialog
9 years ago
Thomas Kluyver
b4c4ed06e9
Merge pull request #2589 from gnestor/fix-header-flex
...
Fix logo alignment on dashboard
9 years ago
Grant Nestor
2aba171332
Insert flex-box spacer in tree view header
9 years ago
Thomas Kluyver
ce5621737f
Merge pull request #2449 from gnestor/issue-2404
...
Open all files with `/files` path except for `.html` and .svg`
9 years ago
Grant Nestor
6a1f807b89
Open all editable files with `/edit` path
9 years ago
Grant Nestor
3db3e9783e
Fix logo alignment on dashboard
...
Fixes https://github.com/jupyter/notebook/issues/2575
9 years ago
Thomas Kluyver
f75eb99fa3
Merge pull request #2552 from minrk/safe-trigger
...
catch and log event errors on outputarea.element
9 years ago
Krista
d3b94fa5f4
added robots.txt
...
This commit fixes issue #1387 by adding a file `robots.txt`
that makes robots go away.
This commit is also similar to
316665e5d7
as it also adds the `favicon.ico`.
9 years ago
Ondrej
533aea11fd
Added padding around gray box of ` markdown
...
Added padding of 1px from top and bottom and 5px from left and right
around gray box of single ` markdown.
Signed-off-by: Ondrej <o.jariabka@gmail.com>
9 years ago
Ondrej
823e1f19d5
Changes single ` markdown highlighting
...
Changes highlighting of text surrounded by single ` in markdown cells by
adding gray background under the text. Highlighting should resemble the
stack-overflow highlighting.
Signed-off-by: Ondrej <o.jariabka@gmail.com>
9 years ago
Thomas Kluyver
31400855f8
Merge pull request #2549 from mscuthbert/nbval-exception-passing
...
allow raises-exception to continue
9 years ago
Michael Scott Cuthbert
4cfa7f65d5
Remove nbval version from code
9 years ago
Min RK
99e4adb928
bump protocol version to 5.2
...
for surrogate pairs fix
9 years ago
Min RK
ff5e64e431
no need to double-check second half of a surrogate pair
9 years ago
Min RK
dbb78b4167
protect against a beautiful future in which javascript handles unicode sensibly
...
We don't need to count surrogate pairs if js stops using them
9 years ago
Min RK
8b14a8d003
check more strictly for surrogate pairs
...
check both surrogates with strict bounds, not just the first, in case of weirdness.
9 years ago
Brian E. Granger
4d9809d659
Allow session of type other than notebook.
9 years ago
Matthias Bussonnier
4b8cc28b26
Merge pull request #2535 from gnestor/issue-2379
...
Remove keymaps that conflict with non-English keyboards
9 years ago
Min RK
bf3de7bd1c
5.1.0.dev
...
5.0.0 has been released
9 years ago
Min RK
fc6bca2c0f
catch and log event errors on outputarea.element
...
we already do this on global events,
but the new events on output_area.element were unsafe,
allowing extension code to prevent actions such as clear_output, etc. from completing.
9 years ago
Michael Scott Cuthbert
81be6c575a
allow raises-exception or nbval-raises-exception to continue
9 years ago