-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update for compatibility with JupyterLab 3 #23
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
@yuvipanda @Zsailer @blink1073 Thanks for your help. |
jupyter-server/jupyter_server#364 might be relevant? |
@3coins see official documentation to migrate lab extension and that one for the server part. In popular extensions, you will be able to find PR to migrate to JLab3 like that one - that has a similar size as this one. |
I advice updating to the same version of JupyterLab and not to the latest. |
@yuvipanda It seems like #501 is still in draft mode, and there hasn't been an update from the author since May 2021. I have 2 options here:
My inclination is towards going with |
@3coins (2) sounds good to me! |
Yeah, I agree with (2) right now, also. @3coins, I'm happy to meet this week sometime to discuss futures plans for this repo, if you'd like. We can also discuss this at the jupyter-server meeting. |
Problem
The current stable version of JupyterLab is 3.x, which is incompatible with the telemetry package.
Proposed Solution
Update dependencies and code to make it compatible with JupyterLab 3.
The text was updated successfully, but these errors were encountered: