Min RK
52ca0d64ca
fix installation, invocation of po2json
...
- no global installation
- invoke with node
7 years ago
Matthias Bussonnier
07126ca8a5
one more try
7 years ago
Matthias Bussonnier
d239839e07
Build js translation at build time.
...
Make sure they are included in sdist/wheel.
7 years ago
Matthias Bussonnier
bb07253ff4
Merge pull request #3888 from JocelynDelalande/jd-french-i18n
...
Add French translation
7 years ago
Jocelyn Delalande
05f9488232
Fix misc French wordings
7 years ago
Jocelyn Delalande
e1494bb8f8
Rework French wording "Brute NBConvert" → « Texte Brut (pour NBConvert)"
7 years ago
Jocelyn Delalande
db8b03e434
Rework French wording au-dessus/au-dessous → précédent/suivant
7 years ago
Jocelyn Delalande
5a1b35fe13
Fix trailing spaces in translations
...
Move them from translation strings to static HTML part.
7 years ago
Matthias Bussonnier
c9cd79b261
Merge pull request #3915 from minrk/rel-5.7
...
prepare changelog for 5.7
7 years ago
Matthias Bussonnier
8b74d6dea4
Merge pull request #3913 from minrk/fix-prompt-alignment
...
fix uneven input/output prompt alignment
7 years ago
Matthias Bussonnier
f6f9bab9a9
Merge pull request #3914 from minrk/requirejs-22
...
bump requirejs to 2.2
7 years ago
Min RK
4f70dd06af
changelog for 5.7
7 years ago
Min RK
37b35dc65f
fix uneven input/output prompt alignment
7 years ago
Min RK
86e473e754
Merge pull request #3839 from AestheticIntegration/fix-output-prompt-width
...
Return output prompt to width of input prompt after #3772
7 years ago
Min RK
8ced0dd367
Merge pull request #3907 from kevin-bates/prevent-AttributeError-on-shutdown
...
Prevent access through 'NoneType' when closing activity_stream
7 years ago
Min RK
026d5f1a05
bump requirejs to 2.2
7 years ago
Min RK
f81ec30b62
Merge pull request #3829 from mociarain/fix-tornado-settings
...
Fix tornado max_body_size & max_buffer_size settings
7 years ago
Min RK
0da9648ed3
Merge pull request #3905 from KGHustad/breadcrumb-root-url-fix
...
Prefix base URL to breadcrumb root URL
7 years ago
Min RK
4650dabd05
Merge pull request #3871 from parente/fix/shortcut-editor-enter
...
Fix Enter causes page reload in shortcuts editor
7 years ago
Min RK
9c60369a17
Merge pull request #3836 from cmd-ntrf/jqueryui
...
Update to jQuery UI 1.12
7 years ago
Min RK
bee2c389ca
Merge pull request #3883 from moble/public_server_csp
...
Describe problems and solutions involving CSP headers
7 years ago
Min RK
075acdff80
Merge pull request #3908 from MichaelChirico/patch-1
...
remove vestigial lines from documentation
7 years ago
Michael Chirico
ffb486453f
remove vestigial lines from documentation
...
Found here:
7 years ago
Kevin Bates
2d688f2071
Prevent access through 'NoneType' when closing activity_stream
...
Although I'm unable to reproduce the issue, its a safe change to
prevent an AttributeError from occuring ('NoneType' object has no
attribute 'close'). The user that reported this is attempting to
launch a kernel and I believe the launch only partially completed
such that `kernel._activity_stream` did not get established.
(This occurred from Jupyter Enterprise Gateway where we deal with remote
kernel launches across resource-managed clusters, so things are a bit
more involved relative to kernel establishment.)
7 years ago
Kristian Gregorius Hustad
076acf6a98
Prefix base URL to breadcrumb root URL
...
The base URL was only prefixed to the breadcrumbs following the root.
See https://github.com/jupyterhub/jupyterhub/issues/2137 for problem
description.
7 years ago
Min RK
872a6c7b9b
Merge pull request #3886 from rwmajor2/add_access_control_hdr_config
...
Allow access control headers to be overriden in jupyter_notebook_conf…
7 years ago
Min RK
0abc8220a0
Merge pull request #3816 from Kilo59/master
...
Fix f string syntax highlighting
7 years ago
Min RK
6c0ee1ba12
Merge pull request #3879 from starcruiseromega/exporters
...
Get the list of exporters from entrypoints
7 years ago
Jocelyn Delalande
cc97e8fe90
French translation: reword "point de sauvegarde" → "sauvegarde"
...
- Improves understanding (French contains « Sauvegarder » and « Enregistrer »,
which have different meaning, let's take advantage of that).
- Fix layout (too long sentences were breaking CSS layout in some cases)
8 years ago
Jocelyn Delalande
6ee41dadc4
Add French translation
...
100% of current .pot strings are translated
8 years ago
Bill Major
cc5e08d1bc
Allow access control headers to be overriden in jupyter_notebook_config.py
8 years ago
Michael Boyle
88d5fc8e5f
Describe problems and solutions involving CSP headers
8 years ago
Sally Wilsak
c258d3fa79
Get the list of exporters from entrypoints
...
`exporter_map` is deprecated, so let's use the list of exporters fetched
from the installed entrypoints.
There's a supposed attribute `export_from_notebook` that should be set
to a friendly string name if the exporter should be exposed in the
front-end. However, the exporters defined in `nbconvert` don't have it
set, so I haven't used it to determine inclusion in the list. Instead,
I've used the entrypoint name as the friendly name, which looks like it
was the intention from the way they are named.
I ran the unit tests and tried starting up the notebook server and
accessing the API endpoint to verify the JSON looked correct.
8 years ago
Peter Parente
109b39e2b6
Prevent page reload on Enter
8 years ago
Steven Silvester
98085dcb84
Merge pull request #3744 from PraneetMokkapati/master
...
Disabled Tags and Slide Types for non editable cells
8 years ago
Steven Silvester
34baae5678
Merge pull request #3759 from minrk/flush-iopub
...
flush iopub before sending restarting/dead status messages
8 years ago
Steven Silvester
eed1caf32a
Merge pull request #3809 from minrk/ipaddress-unicode-py2
...
ip_address only accepts unicode on Python 2
8 years ago
Félix-Antoine Fortin
c9bd0fa87a
Update jquery-ui.min path in page.html template
8 years ago
Félix-Antoine Fortin
6699ca5c73
Update jquery-ui minified path in setupbase.py
8 years ago
Félix-Antoine Fortin
f33066338a
Update jquery-ui minified path in build-main.js
8 years ago
Dave Aitken
4bfda5074d
Return output prompt to width of input prompt after #3772
8 years ago
Félix-Antoine Fortin
c825a92963
Update to jQuery UI 1.12
8 years ago
Maitiu O Ciarain
0827dcb0b5
Fix quotes and tidy up the help messages
8 years ago
Maitiu O Ciarain
090f9c2314
Correctly pass them to the underlying tornado server
8 years ago
Maitiu O Ciarain
a37404f6b9
Make the max_body_size & max_buffer_size configurable
8 years ago
Gabriel
268332dde2
update codemirror component to 5.37
...
This should fix f string syntax highlighting
https://github.com/jupyter/notebook/issues/2037
8 years ago
Min RK
b94cc449db
Merge pull request #3712 from forbxy/master
...
fix:can't choose same file twice when in upload file
8 years ago
Min RK
237a31060e
Merge pull request #3784 from gnestor/inline-run-button
...
Fix uneven input prompt width for markdown cells
8 years ago
Min RK
e33a16f42f
use localhost as default local hostname
...
so this list isn't empty when these handlers are used outside NotebookApp
8 years ago
Min RK
1901eeac63
ip_address only accepts unicode on Python 2
...
ipaddress.ip_address('127.0.0.1') fails with ValueError on Python 2
need to decode it, otherwise 127.0.0.1 won't be treated as local
8 years ago