Skip to content

Latest commit

 

History

History
114 lines (74 loc) · 2.31 KB

changelog.rst

File metadata and controls

114 lines (74 loc) · 2.31 KB

Changes in jupyter-core

4.3

4.3.0

on GitHub

  • Add JUPYTER_NO_CONFIG environment variable for disabling all Jupyter configuration.
  • More detailed error message when failing to launch subcommands.

4.2

4.2.1

on GitHub

  • Fix error message on Windows when subcommand not found.
  • Correctly display PATH in jupyter troubleshoot on Windows.

4.2.0

on GitHub

4.1

4.1.1

on GitHub

  • Include symlink directory and real location on subcommand PATH when :file:`jupyter` is a symlink.

4.1.0

on GitHub

  • Add jupyter.py module, so that :command:`python -m jupyter` always works.
  • Add prototype jupyter troubleshoot command for displaying environment info.
  • Ensure directory containing jupyter executable is included when dispatching subcommands.
  • Unicode fixes for Legacy Python.

4.0

4.0.6

on GitHub

  • fix typo preventing migration when custom.css is missing

4.0.5

on GitHub

  • fix subcommands on Windows (yes, again)
  • fix migration when custom.js/css are not present

4.0.4

on GitHub

  • fix subcommands on Windows (again)
  • ensure jupyter --version outputs to stdout

4.0.3

on GitHub

  • setuptools fixes needed to run on Windows

4.0.2

on GitHub

  • fixes for jupyter-migrate

4.0.1

on GitHub

This is the first release of the jupyter-core package.