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
@ -51,6 +51,8 @@ class ContentsManager(LoggingConfigurable):
|
||||
|
||||
"""
|
||||
|
||||
root_dir = Unicode('/', config=True)
|
||||
|
||||
notary = Instance(sign.NotebookNotary)
|
||||
def _notary_default(self):
|
||||
return sign.NotebookNotary(parent=self)
|
||||
|
Loading…
Reference in New Issue
Block a user