-
Notifications
You must be signed in to change notification settings - Fork 36
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
Compatibility with Notebook 7 #58
Comments
Hi @casparvl You are right, Installing this package seemed to fix issues that some users were facing where the icons related to our integration would not be displayed on their JupyterLab interface. So we decided to place a dependency on this package to reduce the incidence of this issue. Given this failure with Notebook 7, I'm convinced that this package has outlived its intended purpose, and will remove it from the dependency list shortly. |
Thanks @prabhakk-mw for that response. Until there is a new release: I guess I can just remove this line before installing, and that should be sufficient, right? Or do you know of more places where changes would be needed? |
That's probably all you need to change. I haven't explicitly tested against Notebook 7 yet. Thanks @casparvl |
Ok, thanks again! It might be a while before I get back on this (I have a few other priorities right now), but if I do, I'll definitely let you know here. |
Hm, I actually found a minute to try this out, but got a ton of errors:
Then, I checked your I have a different software environment with a JupyterHub 3.X where I could give it a try, but I'll need to look into what dependencies I have available there, so it's a bit more work. |
Hi @casparvl We haven't been able to reproduce the issue at our end. Can you confirm if you are still able to reproduce the issue in a fresh environment and with latest versions of packages? Here is what I've tried:
|
@casparvl , We are closing this issue until we hear from you with responses to @rashedmyt 's questions. |
@prabhakk-mw yeah, sorry for not being able to follow up on this. I was looking into this in September, when we got a request from a teacher to facilitate a MATLAB based course in our Jupyter environment. Since then, my priorities have shifted to other things. Sorry I wasn't able to test your suggestion, but in all honesty, it is unlikely that I can do so in the foreseable future. So closing the ticket is fine by me. If, in the future, I do find the time, I'll report back. Thanks for the help in any case! |
I was trying to install jupyter-matlab-proxy, and saw that it lists a dependency on
jupyter-contrib-nbextensions
. It turns out thatjupyter-contrib-nbextensions
is incompatible with Notebook 7 (see here). Furthermore,jupyter-contrib-nbextensions
hasn't been updated in 8 months.I was wondering: does
jupyter-matlab-proxy
really needjupyter-contrib-nbextensions
? I couldn't find any reference to e.g. imports, but I guess it could be used in different ways. In any case, considering the limited maintenance that seems to be happening onjupyter-contrib-nbextensions
, it might be good to consider ifjupyter-matlab-proxy
could somehow be altered to avoid needing that dependency.The text was updated successfully, but these errors were encountered: