Skip to content

Scheduler compatibility with jupyter/docker-stacks JupyterLab images #593

Description

@deathknight0718

Reopening: Issue persists after testing with official Docker image
This issue seems to be a reoccurrence of problem #370. The problem still exists, even when using the official Docker container as a test environment.

Here are the steps to reproduce the issue:

Pull the latest official Jupyter Docker image:

docker pull quay.io/jupyter/minimal-notebook:latest

Run the container and map the port:
docker run --rm -p 8888:8888 quay.io/jupyter/minimal-notebook:latest

Access the container, open a new Terminal, and install the jupyter-scheduler extension:
pip install jupyter-scheduler

Refresh the page.

Image

Expected behavior: The scheduler page should load correctly.
Actual behavior: http://localhost:8888/scheduler/jobs?max_items=0&1758672716402. returns a 404 Not Found error.

this is dependencies from pipdeptree

dependencies.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions