Replies: 1 comment 4 replies
-
Possibly it is an oversight, and we forgot to update this configuration while we update the jupyterlab extension. Is this working of with 0.3.5 latest |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
A colleague of mine has a Jupyter Notebook on mybinder.org that some Markdown cells are show with wrong height when loaded. After some debugging, we identified the source of the problem to the package
jupyterlab-quarto
version 0.1.45 that is installed when usingThe version 0.1.45 is hard coded in
quarto-cli/src/command/use/commands/binder/binder.ts
Line 403 in 7ca42c0
@dragonstyle why is the version hard coded?
I believe that https://github.com/jupyterhub/repo2docker is now using Jupyter Lab >= version 4.0. Should the code in https://github.com/quarto-dev/quarto-cli/blob/7ca42c0ed2cd1beedba6c246fffa017d03289cd5/src/command/use/commands/binder/binder.ts be simplified?
Beta Was this translation helpful? Give feedback.
All reactions