Jupyter Notebooks on AWS - Amazon S3

nbinteract provides a command line tool to convert Jupyter notebook files to HTML files. It requires that a GitHub repository with the notebooks is set up for use with the Binder service. To convert a notebook to HTML, run the following command in a terminal shell: nbinteract {owner}/{repo}/{branch} {notebook_name} ................
................