Skip to content

Jupyter 4 compatibility #29

@cameronrutherford

Description

@cameronrutherford

Description

JupyterLab 4.0 came out recently and I wanted to use this with extensions like jupyter_collaboration, jupyterlab-quatro.

There is a migration guide https://jupyterlab.readthedocs.io/en/latest/extension/extension_migration.html#jupyterlab-3-x-to-4-x to update.

Unfortunately, quatro doesn't seem to support interactive presentations in the way rise does, so I would love this to be updated.

Reproduce

I personally am using Apptainer on an HPC cluster, but a min reproducer is just installing the following container.

Dockerfile

FROM jupyter/minimal-notebook

RUN pip install --upgrade pip

RUN pip jupyter_collaboration \
                jupyterlab_rise

Expected behavior

I haven't attempted to update, but I imagine the first step is changing the pyproject.toml version https://github.com/jupyterlab-contrib/rise/blob/main/pyproject.toml#L2, and then figuring out what breaking API changes might have been made.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions