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
Thanks for the nice package and your work on Pluto.jl.
It would be nice to add instructions for using this package to generate a webpage for a notebook that depends on packages that are only available in a custom/local registry, rather than Julia's General registry. As expected, if you naively use this template for that use case, it can't find where to install the packages.
I'm happy to make a PR with instructions, but partially I'm raising this issue as a reminder and also a hint for other users who are interested in doing something similar.
The text was updated successfully, but these errors were encountered:
Thanks for the nice package and your work on Pluto.jl.
It would be nice to add instructions for using this package to generate a webpage for a notebook that depends on packages that are only available in a custom/local registry, rather than Julia's General registry. As expected, if you naively use this template for that use case, it can't find where to install the packages.
See my use case here: https://github.com/ITensor/itensor-deconstructed, that depends on packages in this custom/local registry: https://github.com/ITensor/ITensorRegistry.
My naive fix was adding this line to the workflow to add the custom/local registry: https://github.com/ITensor/itensor-deconstructed/blob/6fdc33d1be79e4dcb639862b70159563b88aa470/.github/workflows/ExportPluto.yaml#L49, which is able to successfully generate this webpage: https://itensor.github.io/itensor-deconstructed/itensor-deconstructed.html. Maybe there is a better way to handle this use case, if so please let me know!
I'm happy to make a PR with instructions, but partially I'm raising this issue as a reminder and also a hint for other users who are interested in doing something similar.
The text was updated successfully, but these errors were encountered: