#!/usr/bin/env python # coding: utf-8 # # # # Five Cool Jupyter Things in Five Minutes # # --- # # Peter Parente, [@parente](https://github.com/parente)
# MaxPoint Interactive # # 1. Docker Stacks # # --- # #

Opinionated stacks of ready-to-run Jupyter applications in Docker

# #
# # 2. Dashboard Layout # # --- # #

Put notebook output into a sharable dashboard layout for ease of interaction

# #
# # 3. Notebook-Defined Web APIs # # --- # #

Deploy annotated notebooks as HTTP microservices

# #
# # 4. Notebook Search # # --- # #

Search filenames, markdown, code to quickly locate past analyses

# #
# # 5. Notebooks as Python Modules # # --- # #

Import Python notebooks as Python modules and snippet libraries

# #
# # Bonus: nbviewer slideshow # # --- # #

This presentation is a notebook posted as a gist.

# #
# # Links # # * [1] https://github.com/jupyter/docker-stacks # * [2] https://github.com/jupyter-incubator/dashboards # * [3] https://github.com/jupyter/kernel_gateway # * [4,5] https://github.com/jupyter-incubator/contentmanagement # * [Bonus] https://nbviewer.jupyter.org