You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since startup files don't work with the reproducibility model of Pluto, it would be nice to instead have a way to achieve the same thing with template files. So you could have a notebook with some statements at the top like setting environment variables (say, for plot backends), or some usings that you're always going to want imported in your notebooks. You'd then call Pluto.run("<filename>") or something to open up a notebook with those cells pre-populated at the top.
The text was updated successfully, but these errors were encountered:
Maybe this can be achieved by allowing the user to customize the list of sample notebooks. Maybe everything inside ~/.julia/pluto_sample_notebooks/ can be added
Since startup files don't work with the reproducibility model of Pluto, it would be nice to instead have a way to achieve the same thing with template files. So you could have a notebook with some statements at the top like setting environment variables (say, for plot backends), or some
using
s that you're always going to want imported in your notebooks. You'd then callPluto.run("<filename>")
or something to open up a notebook with those cells pre-populated at the top.The text was updated successfully, but these errors were encountered: