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
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
8 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
8 years ago
Grant Nestor
4d258a8e4e
Use `requirejs` vs. `require`
8 years ago
nmadhum
4455bcfc8f
Allow programmatic copy to clipboard
8 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