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
9 years ago
Grant Nestor
173be6dc88
release 5.2.1rc1
9 years ago
M Pacer
f5ba79e625
Merge pull request #2989 from gnestor/changelog
...
Add 5.2.1 to changelog
9 years ago
Matthias Bussonnier
cd2ac44c48
Merge pull request #2983 from gnestor/fix-codemirror-cursor
...
Add more border width to CodeMirror cursor
9 years ago
Grant Nestor
9daa7fb585
Add 5.2.1 to changelog
9 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
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
Thomas Kluyver
39a706c9cf
Merge pull request #2972 from mpacer/version_fix
...
update version to dev version for master to not overwrite editable installs
9 years ago
M Pacer
fcb64d9581
update version to dev version for master to not overwrite editable installs
9 years ago
Thomas Kluyver
513709bfc3
Merge pull request #2962 from JocelynDelalande/i18n-readme-improvement
...
I18n README.md improvement
9 years ago
Steven Silvester
e437fa2ceb
Merge pull request #2964 from takluyver/docs-req-send2trash
...
Add send2trash to requirements for building docs
9 years ago
Thomas Kluyver
8eb1bdde4b
Add send2trash to requirements for building docs
9 years ago
Jocelyn Delalande
bd48b4235f
Use local paths for i18n-related commands
...
Make the commands listings shorter and easier to focus on what matters.
9 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
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
Thomas Kluyver
c888b6a7b9
Merge pull request #2949 from blink1073/fix-compound-extension
...
Handle a compound extension in new_untitled
9 years ago
Steven Silvester
7e71c000b0
Rename variable
9 years ago
Steven Silvester
e1533d5398
Clean up logic
9 years ago
Steven Silvester
e95cd6d820
More logic cleanup
9 years ago
Steven Silvester
915146ab3f
Clean up logic
9 years ago
Min RK
aa461d9e06
Merge pull request #1968 from takluyver/delete-to-trash
...
Send files to OS trash mechanism on delete
9 years ago
Thomas Kluyver
8a159500f7
Merge pull request #2916 from minrk/allow-disable-buffering
...
allow disabling offline message buffering
9 years ago
Thomas Kluyver
55aa80e10f
Merge pull request #2920 from minrk/allow-origin-token
...
allow token-authenticated requests cross-origin by default
9 years ago
Thomas Kluyver
42d966790a
Merge pull request #2938 from gnestor/changelog
...
Update changelog
9 years ago
Thomas Kluyver
95a52f2b86
Merge pull request #2959 from minrk/cookie-path
...
set cookie on base_url
9 years ago
Min RK
fea2ef258f
set cookie on base_url
...
avoids clobbering cookies when multiple notebook servers are run on one host.
Users can override `cookie_options.path = ‘/‘` if they *want* cookies to be shared across notebooks on one host.
9 years ago
Steven Silvester
f5fa0c180e
Handle a compound extension in new_untitled
9 years ago
Ian Rose
f763c03d10
Merge pull request #2943 from mpacer/swagger_api
...
improve swagger API docs
9 years ago
M Pacer
b0205c4b78
cleanup swagger API docs
9 years ago
Grant Nestor
de1be56e38
Update changelog
9 years ago
Grant Nestor
a8be6598b9
release 5.2.0
9 years ago
Brian E. Granger
65852bb449
Merge pull request #2930 from gnestor/changelog
...
Add 5.2.0 to changelog
9 years ago
Grant Nestor
61f400236f
Add 5.2.0 to changelog
9 years ago
Thomas Kluyver
dd8b695aec
Merge pull request #2917 from minrk/fix-auth-file-handler
...
register contents_manager.files_handler_class directly
9 years ago
Thomas Kluyver
4a3fa4a94c
Merge pull request #2921 from minrk/token-env
...
allow setting token via JUPYTER_TOKEN env
9 years ago
Min RK
08f7189cba
only allow CORS exception when auth is enabled
9 years ago
Min RK
9acf6a80f4
allow token-authenticated requests cross-origin by default
...
we already apply this logic in our server-side checks,
but browsers check `Access-Control-Allow-Origin` headers themselves as well,
meaning that token-authenticated requests can’t be made cross-origin without CORS headers from browsers,
only scripts.
This makes default browser and server-side origin checks consistent
9 years ago
Min RK
a69ddb6655
register contents_manager.files_handler_class directly
...
rather than trying to call one handler from another,
which is unreliable and can cause misbehavior.
9 years ago
Min RK
a8c6b8bab6
Fix some errors caused by raising 403 in get_current_user ( #2919 )
...
get_current_user is called in a few places that really shouldn’t raise
move the raising to `get_login_url`, which is called in `@web.authenticated`,
where we want to replace redirect logic with 403.
9 years ago
Min RK
91469d2672
allow setting token via JUPYTER_TOKEN env
...
more convenient for certain deployments than CLI arguments
9 years ago
Min RK
e4186c47c0
allow disabling offline message buffering
...
escape hatch if the new buffering is causing anyone trouble
9 years ago
Kyle Kelley
2ee51ab09f
Merge pull request #2913 from gnestor/issue-2203-patch
...
Update viewable_extensions
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
Kyle Kelley
011270347a
Merge pull request #2911 from gnestor/issue-2203
...
Improve Edit/View behavior
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