Given that the user starts a notebook, static files will be populated wherever that is, which is redundant. We should probably have a default location like the user home .snakeface/static to ensure that we don't create them everywhere.
We could also link to all static files on a remote server, but this would require technically an external dependency. I suppose it's not different than a cdn and could work!
Given that the user starts a notebook, static files will be populated wherever that is, which is redundant. We should probably have a default location like the user home .snakeface/static to ensure that we don't create them everywhere.