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

Update packages listed in jupyter --version #232

Merged
merged 1 commit into from
Jun 17, 2021

Conversation

kevin-bates
Copy link
Member

Seems like we should include jupyter_server in the jupyter --version output. While updating, I made the following changes:

  1. Use package names and not logical "application" names since the latter introduced inconsistencies and package names are what folks equate with version information.
  2. Sort packages alphabetically
  3. Add jupyter_server and nbclient
  4. Add indicator that these are "selected packages" (i.e., it's not a complete list)

Here's the before and after output (on my system)...
Before...

$ jupyter --version
jupyter core     : 4.7.1
jupyter-notebook : 6.2.0
qtconsole        : not installed
ipython          : 7.23.0
ipykernel        : 5.5.5
jupyter client   : 7.0.0.dev
jupyter lab      : 3.0.4
nbconvert        : 6.0.7
ipywidgets       : not installed
nbformat         : 5.1.2
traitlets        : 5.0.5

After...

$ jupyter --version
Selected Jupyter core packages...
IPython          : 7.23.0
ipykernel        : 5.5.5
ipywidgets       : not installed
jupyter_client   : 7.0.0.dev
jupyter_core     : 4.8.0.dev0
jupyter_server   : 1.9.0.dev0
jupyterlab       : 3.0.4
nbclient         : 0.5.3
nbconvert        : 6.0.7
nbformat         : 5.1.2
notebook         : 6.2.0
qtconsole        : not installed
traitlets        : 5.0.5

Copy link
Contributor

@MSeal MSeal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MSeal MSeal merged commit e21f003 into jupyter:master Jun 17, 2021
@kevin-bates kevin-bates deleted the update-version-packages branch June 17, 2021 20:30
@jasongrout jasongrout added this to the 4.8 milestone Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants