Skip to content
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

Export_output_dir results in two calculations #70

Open
behinger opened this issue Apr 27, 2022 · 3 comments
Open

Export_output_dir results in two calculations #70

behinger opened this issue Apr 27, 2022 · 3 comments

Comments

@behinger
Copy link

behinger commented Apr 27, 2022

Hi!
When I run Export_output_dir, within export_dir, somehow the server calculates the .html's twice, e.g. https://benediktehinger.de/interactive-eeg/output/index.html

Also note the double of "output/output"

(it also copies the .jl files to the output directory, I guess that is on purpose?)
grafik

Don't have a MWE atm, sorry!

PlutoSliderServer.export_directory(path_to_dir, Export_output_dir="./output/" ,Export_offer_binder=true)

edit: note that the generation of the notebooks failed, thus quite a lot of 404s :)

@fonsp
Copy link
Member

fonsp commented Apr 28, 2022

Thanks!! What do you mean with the double output/output?

@rikhuijzer
Copy link
Contributor

Hi! When I run Export_output_dir, within export_dir, somehow the server calculates the .html's twice, e.g. https://benediktehinger.de/interactive-eeg/output/index.html

Also note the double of "output/output"

(it also copies the .jl files to the output directory, I guess that is on purpose?) grafik

Don't have a MWE atm, sorry!

PlutoSliderServer.export_directory(path_to_dir, Export_output_dir="./output/" ,Export_offer_binder=true)

edit: note that the generation of the notebooks failed, thus quite a lot of 404s :)

@behinger, I looked at this issue too yesterday and then there was indeed duplicate output at the webpage that you link. Now, however, the duplicates are gone. Did you change something?

@behinger
Copy link
Author

behinger commented Apr 28, 2022

hi!
sorry for the confusion, I think what happens is that I have my notebooks in

./notebooks/A.jl
the starting file in
./start.jl
and the output should go to
./output/

but I had a run (don't know why/how) where the output was moved to ./notebook/output without me noticing. Not sure how that could have happened.

I had deleted the folder meanwhile; sorry.


Now I have a different problem that my session completly crashes (like connection / tmux session killed - crash) midway of calculating the first notebook - haven't figured out why that is the case, but have to look into it first before a issue can be created.

I guess we can close this!

@fonsp fonsp reopened this May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants