Skip to content

Commit

Permalink
Add better README
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Jan 2, 2019
1 parent 803dea0 commit f740552
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 32 deletions.
32 changes: 0 additions & 32 deletions README.md

This file was deleted.

22 changes: 22 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
====================
Jupyter Server Proxy
====================

Jupyter Server Proxy lets you run arbitrary external processes (such
as RStudio, Shiny Server, syncthing, PostgreSQL, etc) alongside your
notebook, and provide authenticated web access to them.

The primary use cases are:

#. Use with JupyterHub / Binder to allow launching users into web
interfaces that have nothing to do with Jupyter - such as RStudio,
Shiny, or OpenRefine.
#. Allow access from frontend javascript (in classic notebook or
JupyterLab extensions) to access web APIs of other processes
running locally in a safe manner. This is used by the `JupyterLab
extension <https://github.com/dask/dask-labextension>`_ for
`dask <https://dask.org/>`_.


`The documentation <https://jupyter-server-proxy.readthedocs.io/>`_
contains information on installation & usage.

0 comments on commit f740552

Please sign in to comment.