brash-student-40401
10/18/2022, 8:20 PMBUILD
directory (or subdirectories)? I'm using Voila to run a notebook, and it is expecting files to be in specific places on the file system. I tried using files
and relocated_files
targets, but you can't throw an absolute path as a destination.happy-kitchen-89482
10/18/2022, 8:37 PMbrash-student-40401
10/18/2022, 9:03 PMThese folders can exist in the standard Jupyter configuration locations, in a folder called voila/templates. For example:
~/.local/share/jupyter/voila/templates
~/path/to/env/dev/share/jupyter/voila/templates
/usr/local/share/jupyter/voila/templates
/usr/share/jupyter/voila/templates
happy-kitchen-89482
10/18/2022, 10:32 PMexport
goal