Show More
@@ -34,7 +34,7 b' from IPython.utils.traitlets import Unicode, List, Dict, Bool' | |||||
34 |
|
34 | |||
35 | class NotebookManager(LoggingConfigurable): |
|
35 | class NotebookManager(LoggingConfigurable): | |
36 |
|
36 | |||
37 | notebook_dir = Unicode(os.getcwd(), config=True, help=""" |
|
37 | notebook_dir = Unicode(os.getcwdu(), config=True, help=""" | |
38 | The directory to use for notebooks. |
|
38 | The directory to use for notebooks. | |
39 | """) |
|
39 | """) | |
40 |
|
40 |
General Comments 0
You need to be logged in to leave comments.
Login now