-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Comments
Hi @lpmathiasendk, have you tried updating Notebook specifically with |
Yes. I never succeded in updating from 6 to 7. VenligstLars MathiasenDen 2. apr. 2024 kl. 18.32 skrev Rosio ***@***.***>:
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.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
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 |
Hi @lpmathiasendk, just wanted to follow up with you, would you be able to provide the information above? |
As an alternative, if possible, you could try installing |
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! |
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
andconda update jupyter
from https://docs.jupyter.org/en/latest/use/upgrade-notebook.html#upgrading-jupyter-notebook-using-anacondaOS
I am on a Mac Intel i9 with MacOS 14.4.1 (23E224)
The text was updated successfully, but these errors were encountered: