Open
Description
I am not sure whether my use case is actually not documented anywhere or whether I am just incapable of finding anything upon it: On my jupyterhub user pod in k8s I used the magic "%pip" command to install additional packages. Then I wondered if this installation was persistent or would disappear after a server restart. As it turns out the packages are not permanent.
Proposed change
The documentation should highlight this feature. What is the recommended way for user-specific package installations? Should they be reinstalled after every server restart? Should they be avoided altogether?
Alternative options
Ideally, there is some way to make package installations permanent via volume claims (or maybe this is already possible).