Package Details: jupyterhub 4.1.5-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.000002
First Submitted: 2015-03-12 14:00 (UTC)
Last Updated: 2024-04-14 11:23 (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 »

lahwaacz commented on 2023-07-20 12:45 (UTC)

I had to add yarn to makedepends to have /usr/share/jupyterhub/static/js/admin-react.js in the package. See https://github.com/jupyterhub/jupyterhub/pull/4034

But I had to build the package with --nocheck since test_token_page is failing (with as well as without yarn, maybe due to the JupyterLab 4 or Jupyter Notebook 7 update).

lahwaacz commented on 2023-07-20 07:54 (UTC)

I'm getting this error on jupyterhub-4.0.1-1:

 [E 2023-07-20 09:50:52.728 JupyterHub web:3025] Could not open static file '/usr/share/jupyterhub/static/js/admin-react.js'

The file /usr/share/jupyterhub/static/js/admin-react.js is missing in the package.

pedestrianlove commented on 2023-05-15 03:54 (UTC)

Sorry but is there any plan on bumping the version?

leuko commented on 2023-01-26 18:21 (UTC)

Tests require python-selenium

FirstAirBender commented on 2022-04-20 20:28 (UTC) (edited on 2022-04-20 20:29 (UTC) by FirstAirBender)

Tests are failing for jupyterhub/tests/test_singleuser.py::test_singleuser_auth.

The error I get is: requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://127.0.0.1:50879/@/space%20word/user/nandy/tree

bcb commented on 2022-02-18 18:07 (UTC)

@leuko -- I've made that change in the latest version, thanks for reporting it.

leuko commented on 2022-01-22 16:28 (UTC) (edited on 2022-01-22 16:40 (UTC) by leuko)

Got an error during compilation:

...
[C 2022-01-22 16:22:58.736 JupyterHub application:91] The 'answer_yes' trait of a JupyterHub instance must be a boolean, but a value of 'true' <class 'str'> was specified.
...

Can be fixed by replacing -y=true with -y True

I still get two errors during tests, but I will look at them later.

Thanks for this wonderful package bcb!

ixil commented on 2021-12-21 16:12 (UTC)

thanks for the tip @tinux - comm -12 <(pactree -u jupyterhub | sort ) <(pacman -Slq aur | sort) where 'aur' is my local repository of built aur packages returned: nodejs-configurable-http-proxy python-certipy python-jupyter_telemetry python_pamela

Rebuilding those got me through!