[pull] master from jupyter:master#9
Open
pull[bot] wants to merge 75 commits into
Open
Conversation
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
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
- 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
Add @babel/core dependency
* 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
Fix syntax highlight
* 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
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 deprecation warning
Add date field to kernel message header
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )