Option to change the default output directory of generated files for quarto use binder
#9298
Closed
chainsawriot
started this conversation in
Feature Requests
Replies: 1 comment
-
Thanks ! I moved this to #9313 as it should be easy enough to add unless I am missing something. Less follow there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
The current default is to add the generated files (e.g.
PostBuild
,runtime.txt
) to the root directory.
of the project.repo2docker
supports these files to be in./.binder
or./binder
(an example and documentation).It would be nice if we can change the default directory from the root directory to
./.binder
or./binder
. It separates cleanly what files are generated by quarto for binder.Beta Was this translation helpful? Give feedback.
All reactions