-
Notifications
You must be signed in to change notification settings - Fork 49
Writing output of tutorials to a folder #194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Hi @miguelmaso. Thank you for this, I've been putting it off for too long... I don't know if it can work, but maybe DrWatson can make your life easier by providing relative paths to the folder you want. |
Marking as draft, since if it is found interesting, it should be applied to all the notebooks |
Does it work if you just run the scripts in |
julia> cd("src")
julia> include("poisson.jl")
(["output_path/results.vtu"],) |
Then I guess you can go ahead and do it for all tutorials. Thank you! |
Now it's ready for review. Feel free to merge it or to close Summary of the PR
My summary of the tutorials
|
Hi, I started using Julia and Gridap a few weeks ago. The tutorials are very handy.
I've noticed that the output files are somewhat messy in the notebooks directory, and sometimes the outputs from different tutorial are mixed up.
This PR is a proposal for a more structured output. The main change is to add an
output_path
folder and replacing it with the notebook prefix.