Search code examples
pythonjupyter-notebookreveal.jsrise

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

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

    buttonExit();
    buttonHelp();