Add README.md
This commit is contained in:
parent
2c6d168dc5
commit
9b5edc6e1e
|
|
@ -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
|
||||
Loading…
Reference in New Issue