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

How to install jupyter notebook v6? #7035

Closed
my-yy opened this issue Sep 7, 2023 · 2 comments
Closed

How to install jupyter notebook v6? #7035

my-yy opened this issue Sep 7, 2023 · 2 comments
Labels
enhancement status:Needs Triage Applied to issues that need triage

Comments

@my-yy
Copy link

my-yy commented Sep 7, 2023

Problem

The pip install notebook will install the v7 version by default. How can I install the v6 version?

@my-yy my-yy added enhancement status:Needs Triage Applied to issues that need triage labels Sep 7, 2023
@my-yy
Copy link
Author

my-yy commented Sep 7, 2023

pip install https://github.com/jupyter/notebook/releases/download/v6.4.11/notebook-6.4.11-py3-none-any.whl

@my-yy my-yy closed this as completed Sep 7, 2023
@andrii-i
Copy link
Contributor

andrii-i commented Sep 8, 2023

pip install notebook==6, see example 1 by the link for examples of different version specifiers https://pip.pypa.io/en/stable/cli/pip_install/#examples

python -m pip install SomePackage            # latest version
python -m pip install 'SomePackage==1.0.4'   # specific version
python -m pip install 'SomePackage>=1.0.4'   # minimum version

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement status:Needs Triage Applied to issues that need triage
Projects
None yet
Development

No branches or pull requests

2 participants