Skip to content
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

Fix integration with JupyterHub #9568

Merged
merged 1 commit into from Jan 6, 2021
Merged

Fix integration with JupyterHub #9568

merged 1 commit into from Jan 6, 2021

Conversation

afshin
Copy link
Member

@afshin afshin commented Jan 6, 2021

Fix integration with JupyterHub

References

Fixes #9517

Code changes

Adds Jupyter Server extension config to the jupyter-labhub app that disables the regular JupyterLab extension and
enables itself. Previously the core JupyterLab plugin was running, which doesn't have the JupyterHub integrations.

User-facing changes

JupyterHub now works with JupyterLab 3.0:

103796883-62f5b980-500d-11eb-8479-9cc58f075d11

Backwards-incompatible changes

N/A

@jupyterlab-dev-mode
Copy link

Thanks for making a pull request to JupyterLab!

To try out this branch on binder, follow this link: Binder

@jasongrout jasongrout added this to the 3.0 milestone Jan 6, 2021
Copy link
Member

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@blink1073 blink1073 merged commit d5a6043 into jupyterlab:master Jan 6, 2021
@enriqueartal
Copy link

In my installation, with 3.0.2, I have neither the menu nor MathJax. I put
c.Spawner.cmd = ['jupyterhub-singleuser']
since
c.Spawner.cmd = ['jupyter-labhub']
gives a not found message.

Thanks for your work, Enrique

@github-actions github-actions bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Jul 8, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

logout and control panel on Jupyter 3.0.0 and JupyterHub 1.3.0
4 participants