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)?
Found a solution. Go to main.js
located in /jupyter/nbextensions/rise
, there delete both
buttonExit();
buttonHelp();