Hints and tips for Data Science usage
Useful for saving a workbook to a static html file that can then be presented back afterwards.
%%bash
jupyter nbconvert --to html 'mynotebook.ipynb'
Hints and tips for Data Science usage
Useful for saving a workbook to a static html file that can then be presented back afterwards.
%%bash
jupyter nbconvert --to html 'mynotebook.ipynb'