I converted my jupyter notebook to slideshow using this command:
jupyter nbconvert Jupyter\ "test.ipynb" --to slides --reveal-prefix "https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.1.0"
Now, I have an html slide file that I can see my slides. How can I remove/reduce white borders on the right and left side of the each slide?
My problem is different from increasing the cell width of the Jupyter/ipython notebook How do I increase the cell width of the Jupyter/ipython notebook in my browser?
I searched a lot and was not able to find an answer to this issue. I appreciate any help.