Thomas Kluyver
bbf0ead68f
Merge pull request #3026 from edida/master
...
Fix broken link
8 years ago
y__321@naver.com
061f323908
Fix broken link
8 years ago
PHaeJin
fb332d32de
typo fix ( #3015 )
...
* Fix some broken links
* typo fix
* Fix some broken links
* typo fix
8 years ago
bacboc
ef9f01ed86
Fix incorrect tag ( #3021 )
8 years ago
Kyle Kelley
6894099b6f
Merge pull request #3020 from ChungJooHo/master
...
Add link to Korean Version of Installation
8 years ago
JooHo Chung
6be18ad8e9
Add link to Korean Version of Installation
...
I add my repo link on README so that people who wants to read it
translated version of Korean.
8 years ago
Grant Nestor
11838000fb
back to dev
8 years ago
Grant Nestor
7835160063
release 5.2.1
8 years ago
Min RK
9a05f28677
Merge pull request #3009 from Carreau/hashpw
...
Hash cookie secret with user hashed password.
8 years ago
Matthias Bussonnier
4329e13f6f
Hash cookie secret with user hashed password.
...
Currently changing the password does not revoke current session:
- jupyter notebook password <password1>
- jupyter notebook
- Logging in
- Kill server
- jupyter notebook password <other password>
- jupyter notebook
- Oh ! I'm still logged in.
With this, as the "effective" secret depends on the (hashed) password,
changing it void any existing session (which I believe is the goal of
most password change)
8 years ago
Thomas Kluyver
15f393b49c
Merge pull request #3000 from takluyver/stop-cmd-http
...
Send HTTP shutdown request on 'stop' subcommand
8 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
8 years ago
Thomas Kluyver
bfe012e507
Merge pull request #2910 from mheilman/cull_idle_timeout_minimum
...
change cull_idle_timeout_minimum to 1 from 300
8 years ago
Thomas Kluyver
9a5c2c06ad
Merge pull request #2958 from kevin-bates/fix-2957-add-reason-to-json-errors
...
Add 'reason' field to JSON error responses
8 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
8 years ago
Kevin Bates
ed3b0e4594
Set reason on HTTP errors, None otherwise.
8 years ago
Steven Silvester
f3c93cf37e
Merge pull request #3002 from takluyver/jcore-ensure-dir
...
Switch to jupyter_core implementation of ensure_dir_exists
8 years ago
Thomas Kluyver
059c2b77fc
Switch to jupyter_core implementation of ensure_dir_exists
...
Closes gh-2858
Requires jupyter_core 4.4.0, which I just released.
8 years ago
Thomas Kluyver
64105856f4
Fix test for SystemExit error
8 years ago
Thomas Kluyver
7248772f72
Update test for 'jupyter notebook stop'
8 years ago
Thomas Kluyver
c894b45fb6
Send HTTP shutdown request on 'stop' subcommand
...
Signals don't work on Windows. This tries the HTTP shutdown request first.
On Unix, it will try SIGTERM after 5 seconds, and SIGKILL after another 5, if the
server didn't already exit.
Closes gh-2937
8 years ago
Min RK
4304d5ade5
Merge pull request #2999 from minrk/appveyor-band-aid
...
update conda after selecting conda-forge
8 years ago
Min RK
0a93d38e54
update conda after selecting conda-forge
...
avoids updating conda from defaults, then downgrading from conda-forge during big install
this appears to fix AppVeyor for now
8 years ago
Min RK
881268f642
Merge pull request #2993 from jhamrick/editable-bug
...
Prevent uneditable cells from having their type changed
8 years ago
Grant Nestor
173be6dc88
release 5.2.1rc1
8 years ago
Jessica B. Hamrick
4b2975659c
Prevent uneditable cells from having their type changed
8 years ago
M Pacer
f5ba79e625
Merge pull request #2989 from gnestor/changelog
...
Add 5.2.1 to changelog
8 years ago
Matthias Bussonnier
cd2ac44c48
Merge pull request #2983 from gnestor/fix-codemirror-cursor
...
Add more border width to CodeMirror cursor
8 years ago
Grant Nestor
9daa7fb585
Add 5.2.1 to changelog
8 years ago
M Pacer
600d57f9ce
Fix nbconvert handler ( #2981 )
...
* get the directory for external resources to pass in as path to nbconvert
* build up resources dict elements separately, combine before passing to from_notebook_node
* Use filename (not title) for the name used as the title in html export
8 years ago
Grant Nestor
817f541be4
Add assumed screen resolution to comments
8 years ago
Grant Nestor
0fe8ee191a
Add media queries as proxy for zoom levels
8 years ago
Grant Nestor
b92dd28b60
Add more border width to CodeMirror cursor
8 years ago
Thomas Kluyver
39a706c9cf
Merge pull request #2972 from mpacer/version_fix
...
update version to dev version for master to not overwrite editable installs
8 years ago
M Pacer
fcb64d9581
update version to dev version for master to not overwrite editable installs
8 years ago
Thomas Kluyver
513709bfc3
Merge pull request #2962 from JocelynDelalande/i18n-readme-improvement
...
I18n README.md improvement
8 years ago
Steven Silvester
e437fa2ceb
Merge pull request #2964 from takluyver/docs-req-send2trash
...
Add send2trash to requirements for building docs
8 years ago
Thomas Kluyver
8eb1bdde4b
Add send2trash to requirements for building docs
8 years ago
Jocelyn Delalande
bd48b4235f
Use local paths for i18n-related commands
...
Make the commands listings shorter and easier to focus on what matters.
8 years ago
Jocelyn Delalande
71818067c5
Make the i18n README more clear
...
This README.md is the only documentation for i18n setup, let's enhance
it.
Modifications include:
- make the writing style less personal
- fix markdown (syntax, headings…)
- clearly separate the usage guide from the known bugs and future perspectives
(as this guide is now in master branch, it is no longer relevant to say that
it is an experimental thing)
- rewordings
8 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
8 years ago
Thomas Kluyver
c888b6a7b9
Merge pull request #2949 from blink1073/fix-compound-extension
...
Handle a compound extension in new_untitled
8 years ago
Michael Heilman
b31194dfe3
removed extraneous cull_idle_timeout_minimum
8 years ago
Steven Silvester
7e71c000b0
Rename variable
8 years ago
Steven Silvester
e1533d5398
Clean up logic
8 years ago
Steven Silvester
e95cd6d820
More logic cleanup
8 years ago
Steven Silvester
915146ab3f
Clean up logic
8 years ago
Min RK
aa461d9e06
Merge pull request #1968 from takluyver/delete-to-trash
...
Send files to OS trash mechanism on delete
8 years ago
Thomas Kluyver
8a159500f7
Merge pull request #2916 from minrk/allow-disable-buffering
...
allow disabling offline message buffering
8 years ago
Thomas Kluyver
55aa80e10f
Merge pull request #2920 from minrk/allow-origin-token
...
allow token-authenticated requests cross-origin by default
8 years ago