Page MenuHomeSolus

Update python-jupyter_core to 4.7.1
ClosedPublic

Authored by algent on Aug 18 2021, 5:15 PM.
Tags
None
Referenced Files
F11018684: D11682.diff
Sun, Aug 6, 1:56 PM
F11012196: D11682.id28331.diff
Fri, Aug 4, 1:21 AM
F10764572: D11682.id28313.diff
May 19 2023, 8:00 AM
F10732943: D11682.id28314.diff
May 11 2023, 6:29 PM
F10730837: D11682.id28313.diff
May 11 2023, 12:34 AM
F10729980: D11682.diff
May 10 2023, 5:11 PM
F10729849: D11682.id28331.diff
May 10 2023, 3:59 PM
F10727329: D11682.diff
May 9 2023, 8:46 PM
Subscribers
None

Details

Summary

Changelog:

  • Allow creating user to delete secure file
  • Add a new JUPYTER_PREFER_ENV_PATH variable, which can be set to switch the order of the environment-level path and the user-level path in the Jupyter path hierarchy (e.g., `jupyter --paths`). It is considered set if it is a value that is not one of 'no', 'n', 'off', 'false', '0', or '0.0' (case insensitive). If you are running Jupyter in multiple virtual environments as the same user, you will likely want to set this environment variable.
  • Add Python 3.9 builds to testing.
  • jupyter --paths --debug now explains the environment variables that affect the current path list.
  • Update _version.version_info and _version.__version__ to follow Python conventions.

Packager notes:

  • Fix tests per task T9866

Signed-off-by: Algent Albrahimi <algent@protonmail.com>

Test Plan

Submit this diff from terminal accessed through jupyter_notebook in Firefox.

Diff Detail

Repository
R3685 python-jupyter_core
Lint
Lint Not Applicable
Unit
Tests Not Applicable