Package Details: jupyterhub 5.2.1-1

Git Clone URL: https://aur.archlinux.org/jupyterhub.git (read-only, click to copy)
Package Base: jupyterhub
Description: Multi-user server for Jupyter notebooks
Upstream URL: https://jupyter.org/hub
Licenses: BSD-3-Clause
Submitter: xantares
Maintainer: bcb
Last Packager: bcb
Votes: 9
Popularity: 0.000000
First Submitted: 2015-03-12 14:00 (UTC)
Last Updated: 2024-11-21 15:30 (UTC)

Pinned Comments

bcb commented on 2021-12-05 16:27 (UTC)

Note that version upgrades may require you to upgrade the database before the new version will start. Always check the documentation, in particular the changelog before upgrading.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

lonaowna commented on 2021-04-25 20:59 (UTC)

@bcb: I'm just using jupyterhub.service as provided by you, so that runs as root. When logging in, I use my regular non-root user.

I've been trying some other capabilities, and CAP_DAC_OVERRIDE seems to work. That seems to be a pretty broad capability though. I'm not sure if there is another, more specific one, that would also do the trick. Any suggestions?

bcb commented on 2021-04-25 19:57 (UTC)

@lonaowna: are you running the server as root or as a non-root user?

Removing the line removes all capability restrictions -- its not that CAP_SETUID and CAP_SETGID are wrong, but that there is at least one more capability needed in that line.

lonaowna commented on 2021-04-25 19:37 (UTC)

@bcb: thanks for taking over maintainership, and adding the service file!

Unfortunately, I can't use jupyterhub with your service file. This seems to be caused by the following line:

CapabilityBoundingSet=CAP_SETUID CAP_SETGID

With this line in the service file, I can't log in: it shows Invalid username or password in the web interface and jupyterhub[5696]: [JupyterHub auth:1042] PAM Authentication failed: [PAM Error 6] Permission denied in the journal.

If I remove the line, it works fine.

leuko commented on 2020-06-15 10:54 (UTC)

Thank you for this convenient package! We could also integrate a Jupyterhub systemd service. What do you think?

lonaowna commented on 2020-03-28 12:16 (UTC)

Package is no longer broken

danielfm123 commented on 2019-03-13 11:51 (UTC)

this package is broken go for juyterhub-git

danielfm123 commented on 2019-01-24 00:35 (UTC)

Imade yay -S jupyterhub then sudo jupyterhub and i get: Traceback (most recent call last): File "/usr/bin/jupyterhub", line 3, in <module> from jupyterhub.app import main File "/usr/lib/python3.7/site-packages/jupyterhub/app.py", line 57, in <module> from .oauth.store import make_provider File "/usr/lib/python3.7/site-packages/jupyterhub/oauth/store.py", line 13, in <module> from oauth2 import Provider ImportError: cannot import name 'Provider' from 'oauth2' (/usr/lib/python3.7/site-packages/oauth2/init.py)

bluerider commented on 2019-01-09 16:25 (UTC)

@danielfm123 This may be a configuration problem. Look over jupyter_notebook_config.py

danielfm123 commented on 2018-12-26 10:57 (UTC)

I just cant make it work... i just want it to work with local users, but i get this error...

[dfischer@ativ8 jupyterlab]$ jupyterhub Traceback (most recent call last): File "/usr/bin/jupyterhub", line 3, in <module> from jupyterhub.app import main File "/usr/lib/python3.7/site-packages/jupyterhub/app.py", line 57, in <module> from .oauth.store import make_provider File "/usr/lib/python3.7/site-packages/jupyterhub/oauth/store.py", line 13, in <module> from oauth2 import Provider ImportError: cannot import name 'Provider' from 'oauth2' (/usr/lib/python3.7/site-packages/oauth2/init.py)

i dont even want oauth

phuijse commented on 2018-11-30 18:05 (UTC)

Thanks for maintaining this. Just wanted to tell that I had to install python-async_generator (community) and python-oauth2 (through pip) before getting to run the latest version (0.9.2-1). Cheers