Commit Graph

12222 Commits

Author SHA1 Message Date
Kevin Bates
bd06221978
Merge pull request #6253 from tornaria/patch-1
Fix deprecation warning
2022-01-03 08:34:09 -08:00
Kevin Bates
6ab40c1c71
Add date field to kernel message header 2022-01-02 12:05:32 -08:00
Alexey Stepanov
8fd3ce97b3
Fix: CI error for python 3.6 & macOS (#6215)
Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: maliubiao <maliubiao@gmail.com>
Co-authored-by: Maxim Martynov <martinov_m_s_@mail.ru>
Co-authored-by: Niyas Sait <niyas.sait@linaro.org>
Co-authored-by: Jiaqi <jiaqi@creditninja.com>
Co-authored-by: Ben Greiner <code@bnavigator.de>
Co-authored-by: David Leen <dleen@netflix.com>
Co-authored-by: Kevin Bates <kbates4@gmail.com>
Co-authored-by: Steven Silvester <steven.silvester@gmail.com>
2021-12-24 11:19:42 -06:00
Gonzalo Tornaría
f99beefdf4
Fix deprecation warning
In sagemath, while doctesting `src/sage/repl/ipython_kernel/install.py`:

> DeprecationWarning: invalid escape sequence '\s'

The solution is to make the regex a raw string.
2021-12-21 14:54:24 -03:00
CARME Antoine
3e0e92de70
Upsdated doc for passwd (#6209) 2021-12-20 11:32:04 -08:00
ccw630
46f40e7703
handle KeyError when get session (#6245) 2021-12-20 10:31:52 -08:00
Steven Silvester
601ac0e4f4
enforce labels on PRs (#6235) 2021-11-18 15:50:27 -06:00
GitHub Action
d5f0c97091 Bump to 6.5.0.dev0 2021-11-16 22:58:41 +00:00
GitHub Action
20e9ebdb2e Publish 6.4.6
SHA256 hashes:

notebook-6.4.6-py3-none-any.whl: 5cad068fa82cd4fb98d341c052100ed50cd69fbfb4118cb9b8ab5a346ef27551

notebook-6.4.6.tar.gz: 7bcdf79bd1cda534735bd9830d2cbedab4ee34d8fe1df6e7b946b3aab0902ba3
2021-11-16 22:58:35 +00:00
Kevin Bates
34b48688aa
Automated Changelog Entry for 6.4.6 on master (#6234)
* Automated Changelog Entry for 6.4.6 on master

* Update CHANGELOG.md

Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
2021-11-16 14:50:02 -08:00
Min RK
160c27d3c2
Merge pull request #6221 from dleen/master
Fix asyncio error when opening notebooks
2021-11-16 07:46:47 +01:00
Ben Greiner
a9a31c096e
TST: don't look in user site for serverextensions (#6233)
* TST: don't look in user site for serverextensions
2021-11-15 10:38:24 -08:00
Kevin Bates
c923e92c12
Merge pull request #6218 from jackexu/master
Change to use a universal Chinese translation on certain words
2021-11-15 07:33:02 -08:00
Zachary Sailer
20574f7fdc
Merge pull request #6228 from nsait-linaro/enable_terminal_tests
Enable terminal tests as pywinpty is ported for python 3.9
2021-11-11 11:20:41 -08:00
Niyas Sait
25abca0723 Enable terminal tests as pywinpty is ported for python 3.9 2021-11-11 16:05:57 +00:00
David Leen
751c7eb0cc Fix asyncio error when opening notebooks
This is a fix for https://github.com/jupyter/notebook/issues/6164

`nest_asyncio` must be applied before any async tasks have been created
otherwise there could be tasks queued that are unpatched, and thus do
not respect nested loops. An example of an unpatched task can be seen in
the original issue:

```
<Task pending coro=<HTTP1ServerConnection._server_request_loop() running at /apps/python3/lib/python3.7/site-packages/tornado/http1connection.py:823>
```
which originates from Tornado.

A similar issue was reported in `nest-asyncio`: https://github.com/erdewit/nest_asyncio/issues/22
where the solution is to call `apply` on import so that unpatched tasks
do not get created.
2021-11-03 14:55:23 -07:00
Jiaqi
f6d96fadf2 Change to use a universal Chinese translation on certain words 2021-11-01 09:58:43 -04:00
Kevin Bates
eb3a1c2483
Merge pull request #6127 from dolfinus/update_send2trash
Fix send2trash tests failing on Windows
2021-10-28 10:56:09 -07:00
Min RK
39a76059b7
Merge pull request #6211 from maliubiao/master
fix chinese translation typo
2021-10-25 13:43:16 +02:00
maliubiao
c1543ac367
fix chinese translation typo 2021-10-21 14:51:29 +08:00
GitHub Action
55c6aba972 Publish 6.4.5
SHA256 hashes:

notebook-6.4.5-py3-none-any.whl: f7b4362698fed34f44038de0517b2e5136c1e7c379797198c1736121d3d597bd

notebook-6.4.5.tar.gz: 872e20da9ae518bbcac3e4e0092d5bd35454e847dedb8cb9739e9f3b68406be0
2021-10-19 16:31:36 +00:00
Steven Silvester
3b586535fd
Automated Changelog Entry for 6.4.5 on master (#6208)
* Automated Changelog Entry for 6.4.5 on master

* Update CHANGELOG.md

Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
2021-10-19 11:23:26 -05:00
Kevin Bates
ccd9665571
Merge pull request #6201 from kevin-bates/revert-nbsphinx-0.8.6
Fully revert the pinning of nbsphinx to 0.8.6
2021-10-11 15:44:52 -07:00
Kevin Bates
80b7dba978
Fully revert the pinning of nbsphinx to 0.8.6 2021-10-11 15:31:53 -07:00
Kevin Bates
837e5b9895
Merge pull request #6200 from mgeier/doc-nbsphinx-fix
DOC: Fix nbsphinx settings
2021-10-11 13:50:41 -07:00
Matthias Geier
9d70c45f56 DOC: unpin nbsphinx version 2021-10-11 22:41:15 +02:00
Matthias Geier
10b835c68a DOC: remove unnecessary (and wrong) source_suffix setting 2021-10-11 22:40:28 +02:00
Carol Willing
d564b67714
Merge pull request #6194 from kevin-bates/fix-docs
Pin nbsphinx to 0.8.6, clean up orphaned resources
2021-10-10 22:06:01 -07:00
Steven Silvester
07afafca73
workaround for webpack crypto (#6197) 2021-10-08 05:17:19 -05:00
Kevin Bates
bce067f7f5
Tickle RTD build 2021-10-06 09:29:39 -07:00
Kevin Bates
6675ca9728
Pin nbsphinx to 0.8.6, clean up orphaned resources 2021-10-05 16:50:59 -07:00
Kevin Bates
76d051eb5e
Merge pull request #6188 from jgarte/jgarte-patch-1-notebookapp
Fix typo in docstring
2021-09-27 09:12:53 -07:00
jgart
abecaaa58b
Fix typo in docstring 2021-09-26 22:53:59 -04:00
Sylvain Corlay
41f148395c
Merge pull request #6181 from martinRenou/recover_from_failure_to_render_mimetype
Recover from failure to render mimetype
2021-09-18 12:54:39 +02:00
martinRenou
49d1ad98ef Recover from failure to render mimetype 2021-09-16 15:17:14 +02:00
Kevin Bates
8c145adcda
Merge pull request #6178 from martinRenou/fix_jupyter_client_warning
Fix jupyter_client warning
2021-09-09 11:10:52 -07:00
martinRenou
257e6e5478 Fix jupyter_client warning 2021-09-09 10:48:04 +02:00
GitHub Action
65e9701d03 Bump to 6.5.0.dev0 2021-09-03 20:13:31 +00:00
GitHub Action
03bc4e9ed9 Publish 6.4.4
SHA256 hashes:

notebook-6.4.4-py3-none-any.whl: 33488bdcc5cbef23c3cfa12cd51b0b5459a211945b5053d17405980611818149

notebook-6.4.4.tar.gz: 26b0095c568e307a310fd78818ad8ebade4f00462dada4c0e34cbad632b9085d
2021-09-03 20:13:27 +00:00
Zachary Sailer
f9618fa518
Merge pull request #6174 from jupyter/changelog-f82b7ef20cde11ec9d9247e9e89e1374
Automated Changelog Entry for 6.4.4 on master
2021-09-03 10:54:13 -07:00
GitHub Action
ac00329cfb Automated Changelog Entry for 6.4.4 on master 2021-09-03 17:47:12 +00:00
Zachary Sailer
c06c340574
Merge pull request #6160 from krassowski/patch-1
Use default JupyterLab CSS sanitizer options for Markdown
2021-09-03 10:41:42 -07:00
Michał Krassowski
c64db928f8
Use default JupyterLab CSS sanitizer options for Markdown 2021-08-27 23:15:05 +01:00
Steven Silvester
b75ee54f56
Update Manual Release Instructions (#6152)
* Update RELEASE.md

Use `jupyter_releaser` for its build dependencies (`build`, `twine`, `tbump`)

* Update RELEASE.md
2021-08-25 11:57:37 -05:00
Zachary Sailer
b2c0789098
Merge pull request #6128 from massongit/patch-1
Fix syntax highlight
2021-08-18 09:47:00 -07:00
GitHub Action
021f836c46 Publish 6.4.3
SHA256 hashes:

notebook-6.4.3-py3-none-any.whl: b50eafa8208d5db966efd1caa4076b4dfc51815e02a805b32ecd717e9e6cc071

notebook-6.4.3.tar.gz: e6b6dfed36b00cf950f63c0d42e947c101d4258aec21624de62b9e0c11ed5c0d
2021-08-11 10:54:28 +00:00
Zachary Sailer
e1337ec124
Automated Changelog Entry for 6.4.3 on master (#6135)
* Automated Changelog Entry for 6.4.3 on master

* Update CHANGELOG.md

Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Steven Silvester <ssilvester@apple.com>
2021-08-11 05:48:42 -05:00
Zachary Sailer
c373bd89ad
Merge pull request #6133 from afshin/babel-core
Add @babel/core dependency
2021-08-10 16:45:43 -07:00
Afshin T. Darian
3909a151a9 Add @babel/core dependency 2021-08-11 00:13:59 +01:00
Zachary Sailer
4ddc293cc5
Merge pull request #6131 from afshin/webpack-production
Switch webpack to production mode
2021-08-10 15:32:53 -07:00