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

Notebook will not update from 6.5.2 to 7 on Mac #7310

Closed
lpmathiasendk opened this issue Mar 29, 2024 · 6 comments
Closed

Notebook will not update from 6.5.2 to 7 on Mac #7310

lpmathiasendk opened this issue Mar 29, 2024 · 6 comments
Labels
bug status:Needs Info status:Needs Triage Applied to issues that need triage

Comments

@lpmathiasendk
Copy link

lpmathiasendk commented Mar 29, 2024

Jupyter Notebook 6.x development is in maintenance-only mode. Bugs found in Notebook 6.x and that don't reproduce in Notebook 7.x may not get fixed.

Work in this repository is focused on Jupyter Notebook 7.x, the former RetroLab project. The code base for Notebook 7.x is very different than Notebook 6.x. If you can, please try reproducing Notebook 6.x bugs with Notebook 7.x using the main branch of this repository.

We recommend that you check out JupyterLab (https://github.com/jupyterlab/jupyterlab), Jupyter's next generation Notebook interface.

Here, we're looking for specific bugs in the Jupyter Notebook codebase. If you think you've identified such a bug, you can continue opening your issue here. We'd appreciate if you include as much detail as possible, such as links to the offending code, snapshots of the UI issue, code blocks with your console logs, etc.
-->

Description

I just installed Jupyter Notebook on my Mac Intel today but I get version 6.5.2 and no matter what I do I'm not getting the version 7.

Reproduce

I used pip install -U jupyter and conda update jupyter from https://docs.jupyter.org/en/latest/use/upgrade-notebook.html#upgrading-jupyter-notebook-using-anaconda

OS

I am on a Mac Intel i9 with MacOS 14.4.1 (23E224)

@lpmathiasendk lpmathiasendk added bug status:Needs Triage Applied to issues that need triage labels Mar 29, 2024
@RRosio
Copy link
Collaborator

RRosio commented Apr 2, 2024

Hi @lpmathiasendk, have you tried updating Notebook specifically with pip install notebook or conda update notebook? If so, we might need to update the documentation as the documentation you linked might be out of date. Please let us know and I can open another issue for that in the appropriate repository.

@lpmathiasendk
Copy link
Author

lpmathiasendk commented Apr 2, 2024 via email

@RRosio
Copy link
Collaborator

RRosio commented Apr 16, 2024

Thank you for the additional information @lpmathiasendk. Could you also share the version of python that you have installed. It might be helpful to include the entire output of the command pip install -U jupyter.

@RRosio
Copy link
Collaborator

RRosio commented Apr 23, 2024

Hi @lpmathiasendk, just wanted to follow up with you, would you be able to provide the information above?

@JasonWeill
Copy link
Collaborator

As an alternative, if possible, you could try installing notebook with the conda-forge repo, using conda install -c conda-forge notebook. Does this provide Notebook 7?

@RRosio
Copy link
Collaborator

RRosio commented May 7, 2024

I'll go ahead and close this issue for now but please feel free to reopen this with the information requested above so we may further narrow down the source of the problem!

@RRosio RRosio closed this as completed May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug status:Needs Info status:Needs Triage Applied to issues that need triage
Projects
None yet
Development

No branches or pull requests

3 participants