jupyterhub/nbserverproxy

Name: nbserverproxy

Owner: JupyterHub

Description: Jupyter notebook server extension to proxy web services.

Created: 2016-10-18 22:02:06.0

Updated: 2018-05-21 02:18:14.0

Pushed: 2018-05-13 05:24:39.0

Homepage: null

Size: 57

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

nbserverproxy

Jupyter notebook server extension to proxy web services. This enables users to reach arbitrary web services running within their spawned Jupyter server and is probably most appropriate for services which can't readily be converted into extensions.

Example

A user starts a web service via New > Terminal:

 "hello world" > index.html
on -m http.server 8001

The service is proxied off of /proxy/ at https://address.of.notebook.server/user/theuser/proxy/8001.

Installation

nbserverproxy requires python3.

Install via pip:

install nbserverproxy

Or via conda:

a install -c conda-forge nbserverproxy

Then enable:

ter serverextension enable --py nbserverproxy

Based on https://github.com/senko/tornado-proxy.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.