Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: CI error for python 3.6 & macOS #6215

Merged
merged 15 commits into from
Dec 24, 2021

Commits on Oct 25, 2021

  1. Fix: CI error for python 3.6 & macOS

    Run actions/setup-python@v1
    Error: Version 3.6 with arch x64 not found
    penguinolog committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    9b266dc View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. fix chinese translation typo

    maliubiao authored and penguinolog committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    becc0c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a83fbd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a02cce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a04091 View commit details
    Browse the repository at this point in the history
  5. TST: don't look in user site for serverextensions (jupyter#6233)

    * TST: don't look in user site for serverextensions
    bnavigator authored and penguinolog committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    4419102 View commit details
    Browse the repository at this point in the history
  6. Fix asyncio error when opening notebooks

    This is a fix for jupyter#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.
    dleen authored and penguinolog committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    11615d2 View commit details
    Browse the repository at this point in the history
  7. Automated Changelog Entry for 6.4.6 on master (jupyter#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>
    2 people authored and penguinolog committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    06e474e View commit details
    Browse the repository at this point in the history
  8. Publish 6.4.6

    SHA256 hashes:
    
    notebook-6.4.6-py3-none-any.whl: 5cad068fa82cd4fb98d341c052100ed50cd69fbfb4118cb9b8ab5a346ef27551
    
    notebook-6.4.6.tar.gz: 7bcdf79bd1cda534735bd9830d2cbedab4ee34d8fe1df6e7b946b3aab0902ba3
    github-actions[bot] authored and penguinolog committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    054b285 View commit details
    Browse the repository at this point in the history
  9. Bump to 6.5.0.dev0

    github-actions[bot] authored and penguinolog committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    789c2ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4d3285d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7738a9c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    da500fe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    66709a5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6f0e397 View commit details
    Browse the repository at this point in the history