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

Possible duplicate: Is there a way to edit settings for individual cells/slides, rather than for the entire notebook? #640

Open
jkbhagatio opened this issue Apr 16, 2023 · 2 comments

Comments

@jkbhagatio
Copy link

Sorry, I'm sure this has been discussed somewhere before, but I couldn't find a duplicate issue on a search.

I'm currently changing settings for my RISE presentation within the "rise" key in the jupyter notebook metadata.json.

However, for a few cells, I'd like to apply RISE settings that are different for those cells than for the rest of the presentation, however I have not found a way to do this. I tried changing the individual cell's metadata using the "rise" key, but this did not work.

Any help pointing me in the right direction would be much appreciated, thanks for the awesome plug-in!

@parmentelat
Copy link
Collaborator

parmentelat commented Apr 19, 2023

apparently there is a way to do this with reveal.js as per this
https://stackoverflow.com/questions/31277812/modify-config-option-for-an-individual-slide

however as far as I remember, there is unfortunately no provision in the code of RISE to support that

also you need to know that this repo historically targets the classic notebook, which is being obsoleted,
and so it has not been the subject of any active development for quite some time...

as far as jupyterlab, there is a place to follow from now on in this other repo
https://github.com/jupyterlab-contrib/rise

@sergedroz
Copy link

I would like to support this request. I think RISE for jupyter lab is not yet ready for production. Alos, jupyter notebook is being developed further.

A way to do this would be to also scan a cells medadata for config, taking precedence over the notebook metadata config. But I have not looked at the code to see how difficult it would be to implement.

A typical use case is having slides with different backgrounds. In fact, that's what I need this for.

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

No branches or pull requests

3 participants