mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
Set default root_dir
for ContentsManager
This commit is contained in:
parent
92cfd65931
commit
2125922db3
@ -50,6 +50,8 @@ class ContentsManager(LoggingConfigurable):
|
||||
indicating the root path.
|
||||
|
||||
"""
|
||||
|
||||
root_dir = Unicode('/', config=True)
|
||||
|
||||
notary = Instance(sign.NotebookNotary)
|
||||
def _notary_default(self):
|
||||
|
Loading…
Reference in New Issue
Block a user