Metadata-Version: 2.1
Name: jupyter-www-proxy
Version: 0.1.1
Summary: HTTP server for Jupyter.
Home-page: https://github.com/ccha23/jupyter-www-proxy
Author: Chung Chan
Author-email: chungc@alum.mit.edu
License: MIT
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab
Classifier: Framework :: Jupyter :: JupyterLab :: 3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Framework :: Jupyter
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jupyter-server-proxy (>=3.0.0)

# Jupyter www server

A very simple HTTP jupyter proxy server to serve `www` folder of the jupyter notebook directory. Install with pip:

```
pip install jupyter-www-proxy
```

The server can be launched from the JupyterLab launcher window by clicking the `www` icon. In the classic notebook interface, lauch it from the file tab menu item `new->www`. If `www` will be created under the jupyter working directory if it does not already exists.

