Commit Graph

11594 Commits

Author SHA1 Message Date
Luciano Resende
c8ba8a79c8 Changelog for Release 6.0.2 2019-11-04 15:09:34 -08:00
Luciano Resende
13039db1a6 Move license information from COPYING.md
Closes #4765
Fixes 2768
2019-11-04 15:09:34 -08:00
bermani
80587a04bc Update CodeMirror to version 5.48.4 (#4858)
The current CodeMirror version incorrectly highlights 
f-formatted strings which is fixed on latest CodeMirror
version.

Fixes #4854
2019-11-04 12:13:53 -08:00
Luciano Resende
be40471784
Update to JQuery 3.4.1 (#4958)
Fixes #4593
2019-11-04 11:59:33 -08:00
Thomas Kluyver
097035141d
Merge pull request #4856 from vidartf/patch-1
Update contents API docs
2019-10-31 10:56:45 +00:00
Vidar Tonaas Fauske
2249fba51b
Update contents.rst 2019-10-31 10:26:06 +00:00
Thomas Kluyver
a90957dae7
Merge pull request #4999 from betteridiot/betteridiot_disable_redirect_file
Setting to disable redirect file browser launch
2019-10-31 10:21:30 +00:00
Vidar Tonaas Fauske
5280bf60a5
Clarify contents api further 2019-10-31 10:18:52 +00:00
Marcus D Sherman
0a1fff1d0d
Removing unneeded tornado setting
As per the comments in https://github.com/jupyter/notebook/pull/4999#discussion_r340833884, the setting was removed.
2019-10-30 21:20:41 -04:00
Marcus D Sherman
4fe631a248
Changes from code review comments
Makes the necessary changes proposed by @takluyver in https://github.com/jupyter/notebook/pull/4999
2019-10-29 18:48:37 -04:00
Thomas Kluyver
eb3e1a4d6c
Merge pull request #4991 from 00Kai0/fix-py2dep
remove py2 dependence
2019-10-29 08:08:46 +00:00
Thomas Kluyver
5f53f35208
Merge pull request #4987 from takluyver/fix-selenium-is-kernel-running
Fix checking if kernel is running through Selenium
2019-10-28 16:32:41 +00:00
Marcus D Sherman
fa12f4b2f8
Setting to disable redirect file browser launch
When it was originally added, the PR for launching a browser via a redirect file (jupyter#4260) created some issues for some environments-namely WSL, Chromebook, and Android (jupyter#4346 (comment), jupyter/help#496). The reason for the break in these environments is due to the file structure/path differences between the runtime and the browser. 

This commit adds a setting to the `jupyter_notebook_config.py` that allows users to disable the use of redirect file for launching a browser in favor of the original, yet visible, URL + token approach. This setting: `c.NotebookApp.use_redirect_file` will be set to True by default.
2019-10-23 15:13:44 -04:00
Kevin Bates
55e93b9ffe Update core and client dependencies (#4959) 2019-10-21 08:35:57 -07:00
Jason Grout
5acbc155b9 Add support for increasing the soft limit on open file handles (#4893)
Add some minimal support for increasing the soft limit
on open file handles, default to at least 4096.

This hopefully fixes https://github.com/jupyterlab/jupyterlab/issues/6727
2019-10-21 08:33:47 -07:00
Kerwin.Sun
b5f5c9500e remove py2 dependence 2019-10-20 15:56:11 +08:00
Thomas Kluyver
fb2286585c Fix checking if kernel is running through Selenium
Avoid error "Jupyter.notebook.kernel is null"
2019-10-18 15:13:55 +01:00
Thomas Kluyver
ed96937401
Merge pull request #4936 from 00Kai0/fix-py2dependence
Rm dependences of py2 in base path.
2019-10-08 22:11:19 +01:00
Kerwin.Sun
c1b45e3e5e remove raw_input 2019-10-09 00:48:59 +08:00
Thomas Kluyver
ff29ba8ab0
Merge pull request #4896 from westurner/4885_fix_mathjax_links
DOC: Fix MathJax links (fixes #4885)
2019-10-08 17:13:31 +01:00
sasaki takeru
dcef16a5be typo (#4946) 2019-10-08 17:08:41 +01:00
Min RK
6ed0a4d5b5
Merge pull request #4933 from 00Kai0/fix-pipExtraParamDoc
fix doc about pip install with test extra require for zsh
2019-10-03 09:45:04 +02:00
Jason Grout
018a4102b3
Merge pull request #4939 from jupyter/parental-guidance
successively look for .data('path') up parents
2019-10-02 21:09:30 -07:00
Jason Grout
8f36daec83
Fixed semicolon 2019-10-02 16:56:11 -07:00
Kyle Kelley
b6d3bb0158 successively look for .data('path') up parents 2019-10-02 14:15:46 -07:00
Kerwin.Sun
ebfe75b6df rm dependences of py2 in base path. 2019-10-02 20:43:00 +08:00
Kerwin.Sun
6adddaa61e fix doc about pip install with test extra require 2019-10-02 00:54:31 +08:00
Vidar Tonaas Fauske
24e4a2e4f5
Update docs/source/extending/contents.rst
Co-Authored-By: Zachary Sailer <zachsailer@gmail.com>
2019-09-30 23:49:05 +01:00
Min RK
4a9cfa7518
Merge pull request #4891 from TomTJarosz/FixFileHandler
Make `FilesHandler.get()` a decorated coroutine. Closes #4869
2019-09-24 10:46:52 +02:00
Wes Turner
491e7bda90 DOC: Fix MathJax links (fixes #4885) 2019-09-17 22:43:10 -04:00
Tom Jarosz
6092b290f1
Import gen 2019-09-16 10:03:00 -07:00
Tom Jarosz
d77c72b1b6
Added decorator
Added decorator `@gen.coroutine` to `FileHandler.get()`
2019-09-16 09:52:17 -07:00
Jason Grout
9b597a9091 Notebook 6 supports only Python 3.5 or later, not Python 3.4. (#4875) 2019-09-11 09:41:07 -07:00
Vidar Tonaas Fauske
4c0d055546
Remove extra whitespace 2019-09-02 16:40:16 +01:00
Vidar Tonaas Fauske
5563392f4b
Update contents API docs
Not the contents API docs better match the default notebook implementation:

c2d4561ba6/notebook/services/contents/filemanager.py (L362)
2019-09-02 16:38:33 +01:00
David Robles
c2d4561ba6 Change 'if' to 'for' in C for loop example (#4850) 2019-08-30 20:08:00 -07:00
Luciano Resende
c0123ae860 Back to development version 2019-08-21 21:02:13 -07:00
Luciano Resende
a1c88dcd26 Release 6.0.1 2019-08-21 21:02:13 -07:00
Luciano Resende
49c2087a91 Changelog for Release 6.0.1 2019-08-21 21:02:13 -07:00
Eunsoo Park
20c2c66857 Attempt to re-establish websocket connection to Gateway
When notebook (with `--gateway-url` option) lost the connection to
Gateway, notebook didn't connect to Gateway again although the
websocket connection from the client was still alive.

This change recovers the connection to Gateway to prevent this anomaly.

Signed-off-by: Eunsoo Park <esevan.park@gmail.com>
2019-08-07 13:53:41 -07:00
Min RK
5c43809aab Add missing react-dom js to package data (#4772)
This dependency was omitted when react was added, so it is not installed.

Closes #4771
2019-08-06 14:00:41 -07:00
Luciano Resende
e498de6775 Back to development version 2019-07-16 09:11:49 -07:00
Luciano Resende
bd6396d31e Release 6.0 2019-07-16 09:11:49 -07:00
fabihaahmed
8b21329deb Narrator is not announcing "state of links"(enable or disable) under Edit tab. #3958 (#4733)
* Solved issue #3939

Further fixes issue #3939 and #3958 to work on windows browsers

* Made some changes requested in the PR

* Made some small tweaks

* Restore missing semicolon
2019-07-15 13:13:28 +01:00
Paul Ivanov
6cfa66eeef
Merge pull request #4764 from hdtee1/patch-1
Update CONTRIBUTING.rst
2019-07-13 12:34:22 -05:00
hdtee1
9daeffb668
Update CONTRIBUTING.rst 2019-07-13 07:11:52 -10:00
Vibhanshu
70d74d21ac changed default filename for a copied notebook (#4618) 2019-07-13 17:53:26 +01:00
Min ho Kim
bd66c18b4f Fix typos (#4760)
* Fix typos

* Revert trimming whitespaces

* Revert trimming whitespaces

* Revert trimming whitespaces

* Revert trimming whitespaces

* Revert trimming whitespaces
2019-07-12 18:54:08 +01:00
Babatunde Adeola
59619978b9 Fixed issue #3983: Return focus to Not trusted notification when modal is closed (#4745)
* Resolvedg merge conflicts

* removed strig comparison

* #3983 Removed unnecessary lines

* Add if statement to focus button
2019-07-12 18:40:45 +01:00
tao
3e2ee045d4 Solve issue #4206: The contrast of font color of code comment in code cell is lower than 4.5:1 (#4746)
Fix issue #4206 - increase contrast of comments in code cells
2019-07-12 18:25:46 +01:00