Changes in jupyter-core¶
4.4¶
4.4.0¶
jupyter troubleshootgets the list of packages from the Python environment it’s in, by usingsys.executableto callpip list(PR #104).- Added utility function
ensure_dir_exists, and switched to using it over the one from ipython_genutils, which does permissions wrong (PR #113). - Avoid creating the
~/.ipythondirectory when checking if it exists for config migration (PR #118). - Fix mistaken description in zsh completions (PR #98).
- Fix subcommand tests on Windows (PR #103).
- The README now describes how to work on
jupyter_coreand build the docs (PR #110). - Fix a broken link to a release in the docs (PR #109).
4.3¶
4.2¶
4.2.1¶
- Fix error message on Windows when subcommand not found.
- Correctly display PATH in
jupyter troubleshooton Windows.
4.1¶
4.1.1¶
- Include symlink directory and real location on subcommand PATH when
jupyteris a symlink.