Skip to content

Instantly share code, notes, and snippets.

View dsblank's full-sized avatar
☄️
Head of Research, Comet.ml

Douglas Blank dsblank

☄️
Head of Research, Comet.ml
View GitHub Profile
@dsblank
dsblank / publichandler.py
Created October 21, 2014 10:34
PublicHandler for a nbviewer/download in jupyterhub
from tornado import gen, web
from IPython.nbformat import current as nbformat
from IPython.nbconvert.exporters import HTMLExporter, PDFExporter
import re
import os
import glob
import mimetypes