I have JupyterLab running on a Mac laptop. I launch it from Anaconda Navigator. The server runs on the laptop. At the moment I have only a single workspace.
How would I recover the workspace on a new computer, or on the same computer if Apple has replaced the CPU and SSD volume under AppleCare because one day it refused to switch on?
All the documents relevant to the workspace should be under a single directory, is it enough to have a copy of that directory tree and also $HOME/.jupyter
? Is there a way to make a convenient package that I can import into a new installation if needed?
I’m puzzled that I can’t seem to find anything relevant using the appropriate search terms, for example I get no results when I search for “backup” in the JupyterLab documentation. I see other threads about backups for JupyterHub but I don’t think those are relevant to my question. If this is already answered please point me in the right direction.
Thanks!