-
-
Notifications
You must be signed in to change notification settings - Fork 416
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
RISE not showing because install uses notebook version 7 #643
Comments
Yes indeed, since July 19th, a fresh install of for people interested in using RISE in jupyterlab and/or notebook-7, there is a successor: so yes this probably means that, as far as this RISE repo is concerned:
not sure how @damianavila feels about all this though |
For what it's worth, I had some issues getting rise lab to work. (it worked
but when editing code the result didn't update in the presentation, and
bugs like that.)
Probably off-topic here, but just so you know the context : I needed the
tried and tested robust version 😂
…On Sun, Aug 20, 2023, 9:04 PM parmentelat ***@***.***> wrote:
Yes indeed, since July 19th, a fresh install of pip install notebook will
bring nb7, which breaks every extension compatibility with notebook 6 - as
advertised for several months already
for people interested in using RISE in jupyterlab and/or notebook-7, there
is a successor:
pip install jupyterlab-rise
which is the outcome of
https://github.com/jupyterlab-contrib/rise
so yes this probably means that, as far as this RISE repo is concerned:
- the documentation should outline that it is mostly outdated
- the dependencies should be updated to explicitly pin notebook < 7.0
not sure how @damianavila <https://github.com/damianavila> feels about
all this though
—
Reply to this email directly, view it on GitHub
<#643 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMLOR4I6FKLV4KGUDRUJRLXWJNTHANCNFSM6AAAAAA3XNITTI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
From the Julia side, it seems that indeed a workaround is to pin notebook < v7.0 as in JuliaPy/Conda.jl#247 (comment) Is there a way one could fix the issue and make it work with latest env? |
obviously this belongs in the jupyterlab-rise repo ;) |
to address the initial post, I have updated the documentation in order to make it - hopefully - much clearer that
see #644 for details |
I install RISE in a clean virtualenv and I see the new notebook interface and things don't work as described in the documentation:
View > Cell Toolbar
I was installing using
pip install RISE
.The
setup.py
specifies 'notebook>=6.0', and when installing we endup withnotebook==7
:I spent a long time figuring this out but it turns out I simply needed to:
and everything works 😄
I suggest either changing the
setup.py
or adding this to the documentation.... or maybe there is an unrelated bug and I missed something ?
The text was updated successfully, but these errors were encountered: