Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.42 KB

deployment.md

File metadata and controls

37 lines (21 loc) · 1.42 KB

Deploy your Jupyter Notebooks for Reuse and Reproducibility (under construction)

Please help create detailed step by step instructions for these tools and add links to other high-quality online materials

The focus of this guide is on easy to follow step-by-step instructions

Sharing Locally

You can export to a variety of formats from within the notebook by navigating to File -> Download As. You'll want to export your notebook as a Jupyter Interactive Notebook (.ipynb file format) if you'd like the person you're sharing it with to interact with the notebook.

Create a static view of your Notebooks using Jupyter Notebook Viewer

nbviewer

nbviewer repo

...

Deploy interactive, shareable Notebooks using Binder

Run Binder

Binder Docs

...

Create Docker Image of your Repository

Jupyter Docker Stacks

Docker Stacks Repo

...

Setup JupyterHub to host your Notebooks on a server

JupyterHub Installation Guide

Installation of Jupyterhub on remote server

...