A simple HTTP server for Jupyter Notebook / Lab. It adds a button to the classic / lab UI that lets you start an HTTP server in order to preview any HTML files that are in your folders.
To use this package, simply instally it directly from the main
branch:
pip install git+https://github.com/choldgraf/jupyter-http-server
You will then see a button in the classic notebook UI to launch an HTTP server:
If you'd like a button to show up in JupyterLab that opens up the HTTP server, simply install this package, and then install the JupyterLab server-proxy extension:
jupyter labextension install @jupyterlab/server-proxy
You should then see an HTTP Server
button show up in your JupyterLab launch buttons.
This is a very simple implementation of an HTTP server that works with jupyter-server-proxy.
It followed the guidelines for starting/proxying processes