Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: broken nbconvert package #271

Merged
merged 1 commit into from
Oct 25, 2022
Merged

fix: broken nbconvert package #271

merged 1 commit into from
Oct 25, 2022

Conversation

olevski
Copy link
Member

@olevski olevski commented Oct 25, 2022

This was causing a lot of warnings in the console and making certain features of sessions buggy/unstable.

For example converting a notebook into anything would fail.

But also the notebooks and the jupyter server uses nbconver (for some reason) while it runs.

Example of failed client calls with our latest version:
image

Also failures such as this show up in the browser console:
image

With the update there are no such failed requests and the console has only warnings.

Here is a project that has the image from this PR pinned in its latest commit. In the first commit the older image that has issues is used.

There is an option to enable cypress to fail when there are any failures in the console. That would have caught this problem. I will enable it in a separate PR.

@olevski
Copy link
Member Author

olevski commented Oct 25, 2022

p.s. the image from this PR is registry.dev.renku.ch/tasko.olevski/renku-images/renkulab-docker:0.0.1

Also here is the related issue on jupyter: jupyter/nbconvert#1742

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants