Closed christophernhill closed 4 years ago
This adds a binder/ folder containing setup for running Python and Julia examples either using mybinder.org or using repo2docker on a laptop/desktop.
This can be useful for
running without needing to install anything (i.e. using https://mybinder.org )
running in an isolated environment on a machine with repo2docker pre-installed
repo2docker
This PR includes instructions for both.
The free https://mybinder.org cloud machines seem to be too small to run many of the Python examples. The Julia examples do run (slowly!).
The same can be done for R, but R and Julia cannot co-exist using binder config files.
This adds a binder/ folder containing setup for running Python and Julia examples either using mybinder.org or using repo2docker on a laptop/desktop.
This can be useful for
running without needing to install anything (i.e. using https://mybinder.org )
running in an isolated environment on a machine with
repo2docker
pre-installedThis PR includes instructions for both.
The free https://mybinder.org cloud machines seem to be too small to run many of the Python examples. The Julia examples do run (slowly!).
The same can be done for R, but R and Julia cannot co-exist using binder config files.