Skip to content

[pull] master from jupyter:master#9

Open
pull[bot] wants to merge 75 commits into
greedforgood:masterfrom
jupyter:master
Open

[pull] master from jupyter:master#9
pull[bot] wants to merge 75 commits into
greedforgood:masterfrom
jupyter:master

Conversation

@pull

@pull pull Bot commented Jul 14, 2021

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

frenzymadness and others added 2 commits June 30, 2021 11:04
The specifier `~=0.9` is equivalent to `>= 0.9, == 0.*` so there is no need to specify `<2`.
Fix version of jupyter-packaging in pyproject.toml
@pull pull Bot added the ⤵️ pull label Jul 14, 2021
@codecov-commenter

codecov-commenter commented Jul 14, 2021

Copy link
Copy Markdown

Codecov Report

Merging #9 (b5ce672) into master (6fe9755) will decrease coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
- Coverage   65.72%   65.68%   -0.05%     
==========================================
  Files         131      131              
  Lines       11874    11874              
  Branches     1293     1293              
==========================================
- Hits         7804     7799       -5     
- Misses       3680     3684       +4     
- Partials      390      391       +1     
Impacted Files Coverage Δ
notebook/services/kernels/handlers.py 58.77% <0.00%> (-1.33%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6fe9755...b5ce672. Read the comment docs.

naz3eh and others added 26 commits July 28, 2021 09:24
* Fix issue #3218, add comment "// accessibility improvement" before each line changed
- Add the argument %f to the Exec key so that a notebook file can be directly opened from the file manager by right-click → Open With Jupyter Notebook, or by double-clicking (https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s07.html)
- Add the Keyword key so that the Jupyter Notebook application can be searched with a keyword "python", e.g. from GNOME Shell (look for the Keywords key in the table https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html)
- Add a semicolon ";" to the end of the strings in the Categories key (look at the examples here https://specifications.freedesktop.org/menu-spec/latest/ar01s03.html)
* sanitizer fix

* Pass sanitizer options explicitly
Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
SHA256 hashes:

notebook-6.4.2-py3-none-any.whl: 5ae23d7f831a5788e8bd51a0ba65c486db3bfd43e9db97a62330b6273e3175e3

notebook-6.4.2.tar.gz: ba9db5e5a9bd2d272b67e3de9143cca2be5125578f1c4f2902d7178ce2f0b4ff
Switch webpack to production mode
* 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>
SHA256 hashes:

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

notebook-6.4.3.tar.gz: e6b6dfed36b00cf950f63c0d42e947c101d4258aec21624de62b9e0c11ed5c0d
* Update RELEASE.md

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

* Update RELEASE.md
Use default JupyterLab CSS sanitizer options for Markdown
…7e9e89e1374

Automated Changelog Entry for 6.4.4 on master
SHA256 hashes:

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

notebook-6.4.4.tar.gz: 26b0095c568e307a310fd78818ad8ebade4f00462dada4c0e34cbad632b9085d
jackexu and others added 28 commits November 1, 2021 09:58
This is a fix for #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`: erdewit/nest_asyncio#22
where the solution is to call `apply` on import so that unpatched tasks
do not get created.
Enable terminal tests as pywinpty is ported for python 3.9
Change to use a universal Chinese translation on certain words
* TST: don't look in user site for serverextensions
Fix asyncio error when opening notebooks
* 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>
SHA256 hashes:

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

notebook-6.4.6.tar.gz: 7bcdf79bd1cda534735bd9830d2cbedab4ee34d8fe1df6e7b946b3aab0902ba3
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.
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>
* Fix Chinese punctuation
…1721a68117c

Automated Changelog Entry for 6.4.7 on master
SHA256 hashes:

notebook-6.4.7-py3-none-any.whl: 968e9c09639fe4b9dbf4b9f028daf861b563c124d735a99d6d48c09317553f31

notebook-6.4.7.tar.gz: b01da66f11a203b3839d6afa4013674bcfff41c36552f9ad0fbcb2d93c92764a
Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
SHA256 hashes:

notebook-6.4.8-py3-none-any.whl: 3e702fcc54b8ae597533c3864793b7a1e971dec9e112f67235828d8a798fd654

notebook-6.4.8.tar.gz: 1e985c9dc6f678bdfffb9dc657306b5469bfa62d73e03f74e8defbf76d284312
@jtpio
jtpio deleted the branch greedforgood:master March 1, 2022 13:02
@jtpio
jtpio deleted the master branch March 1, 2022 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.