jupyter-dash
jupyter-dash copied to clipboard
Download HTML version of Dashboard
Can I check if what is the best way to automatically download and save the dashboard generated in Jupyter? Am looking for automatic ways other than clicking the 'Download As' button of the Jupyter notebook dropdown menu
Converting to html is supported out of the box with jupyter nbconvert --to html. If you use the Anaconda Docker image you should be able to use it directly from that image.