Convert and display in place:
jupyter-nbconvert --to slides mynotebook.ipynb --reveal-prefix=reveal.js --post serve
Convert to html:
jupyter-nbconvert --to slides mynotebook.ipynb --reveal-prefix=reveal.js
as always, try:
jupyter-nbconvert --help