Using Raku notebook in Binder

Using Raku notebook with Binder

This is my another blog on running Raku notebook. For previous blog,
see here.
This way of running notebook does not need any type of cumbersome setup or any special command. So its easy to follow.


There is a very exciting project called Binder. It provides an execution environment
for running jupyter notebooks .ipynb files in your github repository.
Reproducibility and scalability are two major things in scientific
research today which I believe Binder does.

Here, I am showing how to run Raku notebook in Binder.

Go to this github repo and find binder icon.


Click it.
After that Binder will build this repo if not already built , or if the
Dockerfile has changed recently.

After finishing the build, Binder will launch familiar Jupyter
environment as in this image

with all the contents of the repository.

From New in upper right corner, select Raku and you will get a
Raku notebook as shown here:

You are ready to go and code with Raku in Jupyter notebook for all
your Reproducibe Research.
If you have jupyter notebooks(.ipynb files) in your repo you can
click and open those notebooks too and execute codes.

One thought on “Using Raku notebook in Binder

Leave a comment