How can I install and play with notebook7? #6903
Answered
by
jtpio
startakovsky
asked this question in
Q&A
|
I would like to know the steps to install notebook 7 and then work with this pull request: jupyterlab/jupyterlab#14102 Is there an easy way to do this or a document you can point me to? |
Answered by
jtpio
Jun 7, 2023
Replies: 1 comment 4 replies
|
I read this but the RetroLab repository looks archived? (cc: @jtpio) From https://jupyter.org/enhancement-proposals/79-notebook-v7/notebook-v7.html: This document proposes that the next major release of the Jupyter Notebook application, version 7, will be based on the JupyterLab codebase, but will provide an equivalent user experience to the current (version 6) application. Jupyter Notebook version 7 (“Notebook v7” henceforth) will achieve this by using the current version of RetroLab. The following three key ideas are central to this planned transition: |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You would need to specify
--pre(for pre-release) when installing notebook:pip install --pre notebook.