mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Dump frontend config JSON with an indent
Fixes gh-7857
This commit is contained in:
parent
70ee995868
commit
8e4514d88b
@ -8,7 +8,7 @@ import os
|
|||||||
from IPython.config.manager import BaseJSONConfigManager
|
from IPython.config.manager import BaseJSONConfigManager
|
||||||
|
|
||||||
class ConfigManager(BaseJSONConfigManager):
|
class ConfigManager(BaseJSONConfigManager):
|
||||||
"""Config Manager use for storin Javascript side config"""
|
"""Config Manager used for storing notebook frontend config"""
|
||||||
|
|
||||||
def _config_dir(self):
|
def _config_dir(self):
|
||||||
return os.path.join(self.profile_dir, 'nbconfig')
|
return os.path.join(self.profile_dir, 'nbconfig')
|
||||||
|
Loading…
Reference in New Issue
Block a user