[PYTHON] Introducing Binder, a free Jupyter service

what is this

Introducing a free service called Binder. You can easily try out the executable services from the Jupyter notebook repository on github.

In other words, you can create various execution environments with just a browser.

Try with a sample

As a sample, I will try SaitoTsutomu / OptForPuzzle, which solves my published puzzle.

procedure

--Open http://mybinder.org/. --Enter "Saito Tsutomu / OptFor Puzzle" in Build a repository and press the submit button. --The docker image is automatically created and the Status (http://mybinder.org/status/saitotsutomu/optforpuzzle) is updated.

image.png


--When completed turns green, press the launch button in the upper right corner. image


--Jupyter notebook will start, so open it and run it. image

What you need for a GitHub repository

--Files with one or more ".ipynb" extensions --requirements.txt (additional required library)

that's all

Recommended Posts

Introducing Binder, a free Jupyter service
Make Jupyter Notebook a service on CentOS
Introducing Jupyter Notebook
Make Responder a daemon (service)