

Hi Matthew,
jupyter is not the notebook. It is a meta package having a dependency on
notebook, and therefore it can have a different version number.
Sylvain
On Sun, Jan 22, 2017 at 10:28 PM, Matthew Kleinsmith <
[email protected]> wrote:
From the terminal:
[image: jupyter_version_false]
https://cloud.githubusercontent.com/assets/8968171/22186194/8d6d4032-e0a6-11e6-8f03-901f97cd850a.png
From the notebook:[image: jupyter_version_true]
https://cloud.githubusercontent.com/assets/8968171/22186193/8d6bf86c-e0a6-11e6-9e67-0d00bf21ffd1.png—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/jupyter/notebook/issues/2059, or mute the thread
https://github.com/notifications/unsubscribe-auth/ACSXFl4T4RMRNsd4HWJH2Us3_1bmoWI5ks5rU8n_gaJpZM4LqgpV
.
To check the version number of the notebook at the command line, you can run jupyter notebook --version
The version number you get with jupyter --version is actually that of jupyter_core, a common base piece which all Jupyter applications depend on, rather than than the jupyter metapackage.
Most helpful comment
To check the version number of the notebook at the command line, you can run
jupyter notebook --versionThe version number you get with
jupyter --versionis actually that of jupyter_core, a common base piece which all Jupyter applications depend on, rather than than the jupyter metapackage.