-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Resolve problems and inconsistencies with nbextensions/serverextensions for 5.0 #2141
Comments
Also #1508 |
Sounds like some of these things have been fixed in master, but I think the lab/nb teams should meet to go over this stuff before 5.0 is released. |
Bringing together issues from the email:
Two (#1797, #1617) seem to be pretty minor issues that I don't think should block 5.0. To me, the main thing we need a decision on is #1706, which is a major reorganization of the whole extension mechanism. My understanding has been that this makes more sense to do as part of the standalone |
I'm hoping to get 5.0 out this week, so -1 to rewriting the extension system. |
Thank you for laying that all out, @minrk. I agree with your assessment that there should be no remaining configuration blockers to 5.0. |
@takluyver can go back to having his tea in peace ;). |
I agree that doing the full rewrite doesn't make sense for 5.0. We already know that we will break things in the transition to jupyter-server, so I think it makes sense to postpone all breakage until them. |
Thanks for posting the full list of everything that has been done on this front that really helps. I think the work in #1508 is the most important thing. The only other big issue I keep running into is the need to hard delete all existing extensions of a given type (nb, server, lab) (both the extension and the config). I think a |
@bollwyvl can you confirm issues on your side will be fixed by the stuff that is in master now? |
If there are common / useful actions that are hard to do with current commands, I'm happy to add them. Is |
See #2149 I was thinking they would uninstall or disable all nbextensions or server extensions in a given location (user, sys prefix, system), not just those for a single package. So I am not sure the |
Gotcha, thanks! |
If my side is #1508... don't know! I'll give it a spin right now! If we're talking my side being the anaconda distribution... I don't think the distribution maintainers will be happy until we have #1706 or equivalent. |
I was wanting to get a sense from the continuum/anaconda folks and you are
the one following this most closely...you have answered both though ;-)
…On Tue, Feb 7, 2017 at 11:43 AM, Nicholas Bollweg ***@***.***> wrote:
@ellisonbg <https://github.com/ellisonbg> can you confirm issues on your
side will be fixed by the stuff that is in master now?
If my side is #1508 <#1508>...
don't know! I'll give it a spin right now!
If we're talking *my side* being the anaconda distribution... I don't
think the distribution maintainers will be *happy* until we have #1706
<#1706> or equivalent.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2141 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABr0LpPXgy3dvcvVSGJ-yFV59G_E7owks5raMlegaJpZM4L45H2>
.
--
Brian E. Granger
Associate Professor of Physics and Data Science
Cal Poly State University, San Luis Obispo
@ellisonbg on Twitter and GitHub
[email protected] and [email protected]
|
Oh, and re |
Good points!
…On Tue, Feb 7, 2017 at 1:42 PM, Nicholas Bollweg ***@***.***> wrote:
Oh, and re disable-all --user... from a conda point of view, that's
sounds like it will result in support tickets, but perhaps no more than the
baseline. delete-all --user (and hopefully, also unset, not disable) does
sound handy, but *sounds* extreme, so might be scary for folks. Doing
that with --sys-prefix... no idea what that will be like for a
conda-managed bunch of extensions. I suppose someone could just then conda
install --force some-extension again.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2141 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABr0HP1IHbkUrwbE2p98YgPCetfgkPiks5raOUogaJpZM4L45H2>
.
--
Brian E. Granger
Associate Professor of Physics and Data Science
Cal Poly State University, San Luis Obispo
@ellisonbg on Twitter and GitHub
[email protected] and [email protected]
|
Closing due to consensus that all required 5.0 actions have been made. |
Thanks everyone!
…On Wed, Feb 8, 2017 at 6:09 AM, Steven Silvester ***@***.***> wrote:
Closing due to consensus that all required 5.0 actions have been made.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2141 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABr0NkZ0gaSbTCO4nNxM0xnvO_Iho4Eks5racyDgaJpZM4L45H2>
.
--
Brian E. Granger
Associate Professor of Physics and Data Science
Cal Poly State University, San Luis Obispo
@ellisonbg on Twitter and GitHub
[email protected] and [email protected]
|
I think this should block 5.0. See background:
https://groups.google.com/forum/#!topic/jupyter/PnSIeGe8VhE
The text was updated successfully, but these errors were encountered: