You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sgibson91 and I started looking at this today. We found the same observation that @CGuichard did -- nbclassic is being used to provide style.min.css (Bootstrap), which is an implicit style sheet dependency. We will update here as we find more.
Bug description
The status page with the progress bar is not displayed correctly with JupyterLab 4.
How to reproduce
jupyterlab==4.2.5
andnbgitpuller==1.2.1
in a virtualenvjupyter lab
Expected behaviour
The status page should appear with a progress bar
Actual behaviour
No progress bar and the CSS is broken
Your personal set up
Full environment
Logs
Investigation
From what I've seen, the CSS file
/static/style/style.min.css
is requested, but while it exists on JupyterLab 3, it does not in version 4.This is still in main at the moment I'm writing this issue:
nbgitpuller/nbgitpuller/templates/page.html
Line 8 in 9e317a9
In JupyterLab 3, the CSS sheet returned was Bootstrap 3.4.1, but is seems this is no longer shipped by JupyterLab 4, thus breaking nbgitpuller CSS.
The text was updated successfully, but these errors were encountered: