Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.5 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.5 KB

💨 💨 The Binder Project is moving to a new repo. 💨 💨

📚 Same functionality. Better performance for you. 📚

Over the past few months, we've been improving Binder's architecture and infrastructure. We're retiring this repo as it will no longer be actively developed. Future development will occur under the JupyterHub organization.

Thanks for updating your bookmarked links.

💨 💨 The Binder Project is moving to a new repo. 💨 💨


Example Binder with a Dockerfile

Binder

A Binder-compatibible repository that contains its own Dockerfile.

Your Dockerfile just needs to extend from the base image for Binder.

In this example our Dockerfile installs the Julia language and packages for use with with the Jupyter notebook. Just by adding these steps, we get a Binder that includes Julia as a kernel.