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

Code cells randomly don't render properly #8

Closed
sahra-marie opened this issue Feb 1, 2023 · 3 comments · Fixed by #9
Closed

Code cells randomly don't render properly #8

sahra-marie opened this issue Feb 1, 2023 · 3 comments · Fixed by #9
Labels
bug Something isn't working

Comments

@sahra-marie
Copy link

Description: In the slideshow code cells are shown randomly in a collapsed way. Only when clicking on them they expand.

Collapsed Clicked

Reproduce: I couldn't find any interrelation with the selected slide type of the code cell and didn't manage to reproduce it on purpose yet, but it also happens with some code cells in the Binder example.

Expected behavior: Always show code cells and their content in expanded way.

@sahra-marie sahra-marie added the bug Something isn't working label Feb 1, 2023
@nthiery
Copy link
Contributor

nthiery commented Feb 13, 2023

As another data point: I got the same issue.

Firefox 110.0 64bit on Ubuntu

Installation by pip in a mambaforge environment containing in particular:

jupyter_client            7.4.9              pyhd8ed1ab_0    conda-forge
jupyter_core              4.12.0          py310hff52083_0    conda-forge
jupyter_server            1.23.5             pyhd8ed1ab_0    conda-forge
jupyterlab                3.5.3              pyhd8ed1ab_0    conda-forge
jupyterlab-markup         1.0.1              pyhd8ed1ab_0    conda-forge
jupyterlab-myst           0.1.6              pyhd8ed1ab_0    conda-forge
jupyterlab-rise           0.1.0                    pypi_0    pypi
jupyterlab_pygments       0.2.2              pyhd8ed1ab_0    conda-forge
jupyterlab_server         2.19.0             pyhd8ed1ab_0    conda-forge
jupyterlab_widgets        1.1.1              pyhd8ed1ab_0    conda-forge

@joaquinvanschoren
Copy link

I get the same issue using the latest version of miniconda.

I tried editing the styling in nbconvert/templates/reveal/ but this doesn't seem to have any effect. Which style templates are actually used?

@AnotherCodeArtist
Copy link
Contributor

Just created a PR to fix this.

fcollonval added a commit that referenced this issue Feb 16, 2023
* produce source maps for debugging

* loading bug fixed

* reset local changes in examples

* Lint the code

---------

Co-authored-by: AnotherCodeArtist <peter.salhofer@fh-joanneumat>
Co-authored-by: Frédéric Collonval <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants