Skip to content

Instantly share code, notes, and snippets.

def app(environ, start_response):
"""Simplest possible application object"""
data = 'Hello, World Again and Again this is Nice!\n'
status = '200 OK'
response_headers = [
('Content-type','text/plain'),
('Content-Length', str(len(data)))
@internetlab
internetlab / Hello Plot.ipynb
Created April 16, 2019 17:13
Demo Notebook
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.