You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we do a conda update conda, many things can happen, besides upgrading the conda manager itself... pip can be uninstalled (conda/conda#10887), other packages can be updated as well.
We don't want, though, to update jupyterhub because its version should match that of the server.
So, we have to pin it to whatever version is used.
If we do a
conda update conda
, many things can happen, besides upgrading theconda
manager itself...pip
can be uninstalled (conda/conda#10887), other packages can be updated as well.We don't want, though, to update
jupyterhub
because its version should match that of the server.So, we have to pin it to whatever version is used.
Can be done like that:
or like that (the actual version installed...should be the same as
JUPYTERHUB_VERSION
):Causing file
pinned
to be:The text was updated successfully, but these errors were encountered: