Vidar Tonaas Fauske
5280bf60a5
Clarify contents api further
2019-10-31 10:18:52 +00: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
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
Thomas Kluyver
c8de32f376
Merge pull request #4735 from uclixnjupyternbaccessibility/issue-#3939
...
Label is missing for form textarea element on notebook page: issue #3939
2019-07-12 12:27:00 +01:00
Thomas Kluyver
f48caac104
Merge pull request #4740 from uclixnjupyternbaccessibility/issue-3987
...
Narrator focus is not in logical order for running notebook links: issue #3978
2019-07-11 12:23:51 +01:00
Thomas Kluyver
416b7d78ec
Merge pull request #4734 from uclixnjupyternbaccessibility/issue-#3217
...
Added main/navigation tags to meet DAP requirements: issue #3217
2019-07-11 12:22:27 +01:00
fabihaahmed
76c39dcb83
Made some changes as requested in the PR
2019-07-11 12:06:46 +01:00
Thomas Kluyver
dba4ed86d0
Add back extra line
2019-07-11 11:05:20 +01:00
Thomas Kluyver
7d1444900f
Revert newline changes
2019-07-11 11:04:47 +01:00
Thomas Kluyver
bcc56515ca
Revert random indentation changes
2019-07-11 11:03:59 +01:00
Thomas Kluyver
431288498a
Merge pull request #4737 from uclixnjupyternbaccessibility/issue-#3995
...
Missing label for textbox in move popup: Issue #3995
2019-07-11 10:33:21 +01:00
Thomas Kluyver
563593af75
Merge pull request #4744 from uclixnjupyternbaccessibility/issue-3977
...
Name of the "EditTextbox" is missing: #3977
2019-07-11 10:30:53 +01:00
Sylvain Corlay
7ea809d6d5
Merge pull request #4756 from SylvainCorlay/update-jupyter-client
...
Update jupyter_client
2019-07-10 12:36:42 +02:00
Sylvain Corlay
3ae4fae322
Update jupyter_client
2019-07-10 09:31:08 +02:00
fabihaahmed
f986bf7b0a
Made a small change as requested in the PR
2019-07-09 12:18:05 +01:00
Sylvain Corlay
10318a9827
Merge pull request #4672 from JohanMabille/control
...
Added control channel to ZMQChannelsHandler
2019-07-08 11:27:25 +02:00
Joshua Zeltser
6f79465d7a
Added missing translation tags
2019-07-08 10:24:34 +01:00
Johan Mabille
93304180d7
Bumped the required version of jupyter_client
2019-07-08 11:15:39 +02:00
fabihaahmed
ab56f9db4f
Fixes issue#3977 by adding the aria-label attribute
2019-07-01 10:44:18 +01:00
Joshua Zeltser
3173ab4caf
Fixed issue 3987 by adding a div around the links to change the focus order
2019-06-28 12:37:02 +01:00
ednut15
d919e2ec52
#3995 Added label to textbox on move popup
2019-06-27 16:10:38 +01:00
fabihaahmed
70b0c73344
Fixed a bug
2019-06-27 14:06:36 +01:00
fabihaahmed
3991a39ef6
Fixes issue #3939 , #3958
2019-06-27 12:30:51 +01:00
Joshua Zeltser
5c80a9bbc8
Fixed Issue #3217
...
added main and navigation tags to tree and page.html
2019-06-27 11:30:44 +01:00
Min RK
7223fdf817
Merge pull request #4725 from kevin-bates/cleanup-debug
...
Remove verbose debug statement in gateway mode
2019-06-27 10:23:30 +02:00
Min RK
4311e104dd
Merge pull request #4726 from gnestor/react
...
Switch from preact to react
2019-06-27 10:22:57 +02:00
Grant Nestor
c6030778ec
Upgrade requirejs
2019-06-26 23:12:23 -07:00
Grant Nestor
55724a8c8e
Pin bower to specific version
2019-06-26 23:10:31 -07:00
Grant Nestor
cf9891f970
Use react vs. preact
2019-06-26 23:09:30 -07:00
Kevin Bates
7e50cdc856
Remove verbose debug statement in gateway mode
...
I removed the mirroring 'Receiving' debug statement previously and
didn't realize there's a 'Sending' statement. This change removes
that statement.
This should be part of the 6.0 release, just not signficant enough
to warrant include in rc1.
2019-06-26 15:22:40 -07:00
Luciano Resende
a44a367c21
Back to development version
2019-06-26 15:06:48 -07:00
Luciano Resende
e771c9d1c8
Release 6.0.0rc1
2019-06-26 15:06:48 -07:00
Luciano Resende
3f5de7ab25
Build Python 3.x wheel distro
2019-06-26 15:06:48 -07:00
Kevin Bates
f6e3c23089
Missing yield statement on WebSocketChannelsHandler ( #4724 )
...
We were missing a yield statement in the deferral of `get()` to
the superclass. This issue was occurring only when Tornado 6+
was deployed.
Also removed a debug message producing way too much information.
2019-06-26 12:16:30 -07:00