jeflem

Results 35 comments of jeflem

Yes, it's somewhat hacky. But if you want to try, here are the steps: 1. Find your installed Python packages. Usually somewhere in your `home` directory. For me it's `/home/my_username/miniforge3/envs/my_env_name/lib/python3.12/site-packages/`,...

Indeed, a PR would be good. I'll try till end of the week.

Hi @jlanza, I'm running JupyterHub with LTIAuthenticator via Moodle 4 (just when I started to think about writing the 1.3 part for LTIAuthenticator on my own a few weeks ago,...

Hi @hugokoopmans and @meffmadd, tried to reproduce your problem, but without success. My guess is that there's some missconfiguration on the Moodle side, maybe related to using nbgitpuller (the `GET`...

I do not see any `GET` to `/hub/lti13/oauth_login` in my JHub logs. Login related log output: ``` Aug 21 11:29:22 7e44488f7419 jupyterhub[6977]: [W 2024-08-21 11:29:22.217 JupyterHub handlers:243] Ignoring next_url None,...

Zu doppelten Trips/Routes hänge ich hier ein paar konkrete Route-Doppelungen aus dem DELFI-GTFS-Feed vom 06.01.2025 an. Parallel gibt es noch Issue #140 zu doppelten Trips/Routes. Vorgehen für die Auswahl: 1....

Im GTFS-Feed vom 06.01.2025 habe ich aktuell reichlich 800 Routen, die mehrfach vorkommen; meist doppelt oder dreifach, eine sogar 8-fach. Betroffen sind also gut 1600 Routen. Von den 800 sind...

Das Beispiel von @CM-RMS ist in der Tat ein False-Positive. Eine präzisere Auswertung auf Trip-Basis unter Beachtung von Verkehrstagen und -zeiten steht inzwischen unter https://gauss.whz.de/veribus/gtfs_fehler (Abschnitt "Mehrfache Trips") und wird...

Hi @ronaldpetty, installing JHub and nbgrader is quite complex in most production environments (university). To simplify the process in an academic context we have compiled the [Ananke Jupyter Distribution](https://github.com/jeflem/ananke), a...

Same for me. The `/` in the repo url aren't encoded correctly. The Binder link generated by jb is `https://mybinder.org/v2/git/https%3A//gitlab.mydomain.de/username/reponame/main?urlpath=lab/tree/something.ipynb`, but should be `https://mybinder.org/v2/git/https%3A%2F%2Fgitlab.mydomain.de%2Fusername%2Freponame/main?urlpath=lab/tree/something.ipynb`. The latter works as expected.