notebook
notebook copied to clipboard
Notebook will not update from 6.5.2 to 7 on Mac
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)
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.
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 pip install -U jupyter.
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 notebook with the conda-forge repo, using conda install -c conda-forge notebook. Does this provide Notebook 7?
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!