JuliaPluto / static-export-template

A template to automatically convert Pluto notebooks to an HTML website with GitHub Pages. Demo page:
https://juliapluto.github.io/static-export-template/
100 stars 17 forks source link

more flexibility? #5

Closed SimonEnsemble closed 3 years ago

SimonEnsemble commented 3 years ago

thx a ton (using for my class)! would be cool to be able to:

fonsp commented 3 years ago

About 2: this is already a feature of PlutoSliderServer, your attempt didn't work because this line:

https://github.com/SimonEnsemble/CHE-599-intro-to-data-science-Fall-2021/commit/39cafa962b9e4ba5340c0944f9e87159b0b824ef#diff-48fcdbcf3daed39707fb9303956fadcb00bf92c3c24e569291cc777977aaf8c8R35

creates and activates a new temporary environment, which does not contain your PlutoDeployment.toml file. It also excludes the file from the slider server (which you are not using), instead of the export.

You can configure PlutoSliderServer either using a toml file, or using keyword arguments. You can add a line here with

Export_exclude = ["lectures/skeletons/intro_to_julia.jl"]

About 1 and 3: can you please make separate issues about this? Explain 3 in more detail