Jupyter
jupyterFree software, open standards, and web services for interactive computing across all programming languages.
Free software, open standards, and web services for interactive computing across all programming languages.
ServerApp.passwordThe rest of the file syncs. Only these values are lifted out and kept in your secret store.
NotebookApp.passwordThe rest of the file syncs. Only these values are lifted out and kept in your secret store.
c.ServerApp.passwordThe rest of the file syncs. Only these values are lifted out and kept in your secret store.
c.NotebookApp.passwordThe rest of the file syncs. Only these values are lifted out and kept in your secret store.
c.ServerApp.root_dirc.ServerApp.ip = "127.0.0.1"c.ServerApp.port = 8888c.ServerApp.open_browser = Falsec.ServerApp.root_dir = "/Users/octocat/notebooks"machine-localc.ServerApp.password = "argon2:$argon2id$v=19$m=10240,t=10,p=8$FAKEsaltFAKEsaltFAKEsa$FAKEhashFAKEhashFAKEhashFAKEhashFAKEhash"c.ServerApp.allow_password_change = False Otty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
c.NotebookApp.notebook_dirc.NotebookApp.ip = "127.0.0.1"c.NotebookApp.port = 8888c.NotebookApp.open_browser = Falsec.NotebookApp.notebook_dir = "/Users/octocat/notebooks"machine-localc.NotebookApp.password = "sha1:FAKEsalt0000:FAKEhash00000000000000000000000000000000"Otty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
Not a subtraction from the paths above: this is everything else Jupyter writes in your home directory that is state, not configuration. It keeps a whole-home manager like chezmoi from sweeping those up, and it still holds if the synced paths are ever widened.
Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.
Opens otty://sync/add/jupyter. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.
Every one of these is generated from the same rules as this page. None of them splits c.ServerApp.root_dir and c.NotebookApp.notebook_dir for you — that part is Otty’s own sync, or a template you write by hand.