R-in-Jupyter-with-Binder icon indicating copy to clipboard operation
R-in-Jupyter-with-Binder copied to clipboard

Add use of repo2docker for working in a Binder-compatible environment from the start?

Open RaoOfPhysics opened this issue 6 years ago • 0 comments

Once you install jupyter-repo2docker you can use:

repo2docker --editable

or:

repo2docker -E

to work with your local (R) files within a Binder-ready environment so when you save and close your Jupyter session, all changes are written to the file. You can therefore work in the same environment as you would with Binder.

Worth adding?

RaoOfPhysics avatar Mar 02 '19 17:03 RaoOfPhysics