'Remove question mark and Enter/Exit Button in RISE (Jupyter Notebook)

When using RISE in Jupyter Notebook, is there any possible way to not display the question mark (lower left corner) and the Exit/ Enter Button (upper left corner)?



Solution 1:[1]

Found a solution. Go to main.js located in /jupyter/nbextensions/rise, there delete both

buttonExit();
buttonHelp();

Solution 2:[2]

Pressing the comma (,) will actually hide/reveal the x and ? buttons, as well as the chalkboard buttons. To hide the controls, you need to uncheck the box in the settings with 'controls':

enter image description here

You can use shift + C or the Nbextensions menu from the main jupyter page to get to the RISE settings.

You can also set the slidenumber as blank to not show any slide numbers, and uncheck the option for the progress bar. Then with controls, menu items, progress bar, and slide numbers gone, you have a clean presentation.

Related github issue: https://github.com/damianavila/RISE/issues/244

Solution 3:[3]

May be you are asking How to get enter image description here from enter image description here

you just need to press "," in command mode

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 NikB
Solution 2 wordsforthewise
Solution 3 Darkcheftar