Fix code indentation for markdown

This commit is contained in:
Carol Willing
2016-09-08 15:11:25 -07:00
parent 6a370286e1
commit de3fe88df6

View File

@@ -165,8 +165,8 @@ with npmbox:
Setting the following in `jupyterhub_config.py` will configure access to
the entire filesystem and set the default to the user's home directory.
c.Spawner.notebook_dir = '/'
c.Spawner.default_url = '/home/%U' # %U will be replaced with the username
c.Spawner.notebook_dir = '/'
c.Spawner.default_url = '/home/%U' # %U will be replaced with the username
### How do I increase the number of pySpark executors on YARN?