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

the notebooks in examples/ badly need an update #55

Open
4 tasks
parmentelat opened this issue Sep 17, 2023 · 2 comments
Open
4 tasks

the notebooks in examples/ badly need an update #55

parmentelat opened this issue Sep 17, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@parmentelat
Copy link

related to a comment in mwouts/jupytext#1126

the sample notebooks in examples/ and in particular examples/README.ipynb have been copied as-is from the defunct RISE extension originally targetting nb classic, i.e. https://github.com/damianavila/RISE

these could use an update in order to reflect the actual capabilities of this jupyterlab equivalent,
that at first sight differ from its ancestor on multiple aspects, at least:

  • the way to manage the slides metadata
  • support for css (check if still available ?)
  • header-footer (check if still available ?)
  • support for reveal.js features like chalkboard (does that still work) ?

and probably more...

@parmentelat parmentelat added the bug Something isn't working label Sep 17, 2023
@enury
Copy link

enury commented Dec 19, 2023

The RISE extension is such a nice and useful feature, thank you for maintaining it for jupyterlab 😍

It would be great to have some examples of how to manage the metadata!

I have an old notebook that I would like to reuse in a class, and I notice that the theme change (solarized, sky, moon) seems to affect only the font and not background colors. Transitions also don't seem to change whether I have slide or none. But It does not prevent me from using the slideshow as I need to, I am only wondering if I am doing things correctly.

This is the notebook metadata:

{
    "celltoolbar": "Slideshow",
    "kernelspec": {
        "display_name": "Python 3 (ipykernel)",
        "language": "python",
        "name": "python3"
    },
    "language_info": {
        "codemirror_mode": {
            "name": "ipython",
            "version": 3
        },
        "file_extension": ".py",
        "mimetype": "text/x-python",
        "name": "python",
        "nbconvert_exporter": "python",
        "pygments_lexer": "ipython3",
        "version": "3.10.9"
    },
    "rise": {
        "scroll": true,
        "theme": "solarized",
        "transition": "slide"
    }
}
``

@mcrovella
Copy link

I am also noticing that the background colors of the theme are not being set. For example, the beige theme has a white background color.

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

No branches or pull requests

3 participants