Skip to content

Commit

Permalink
Merge pull request #882 from damianavila/fix_config_dir
Browse files Browse the repository at this point in the history
Remove hard-coding of jupyter_config_dir config_dir at the notebookapp level
  • Loading branch information
minrk committed Dec 18, 2015
2 parents 71c5057 + d0c5c39 commit 4960c3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions notebook/notebookapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -827,8 +827,7 @@ def init_configurables(self):
)
self.config_manager = self.config_manager_class(
parent=self,
log=self.log,
config_dir=os.path.join(self.config_dir, 'nbconfig'),
log=self.log
)

def init_logging(self):
Expand Down

0 comments on commit 4960c3f

Please sign in to comment.