diff --git a/README.md b/README.md new file mode 100644 index 0000000..713a05e --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# To Set Custom Base Directories: +## JupyterHub +- Edit: jupyterhub_config.py +- For Arch: sudo nano /etc/jupyterhub/jupyterhub_config.py + +# Set directory to use smb share +c.Spawner.notebook_dir = '/mnt/code' + +## Rstudio +- Edit: /etc/rstudio/rsession.conf +session-default-working-dir=/mnt/code \ No newline at end of file