We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2056b1b commit 447d79fCopy full SHA for 447d79f
notebook/nbconvert/handlers.py
@@ -87,7 +87,7 @@ def get(self, format, path):
87
# If the notebook relates to a real file (default contents manager),
88
# give its path to nbconvert.
89
if hasattr(self.contents_manager, '_get_os_path'):
90
- os_path = self.contents_manager._get_os_path()
+ os_path = self.contents_manager._get_os_path(path)
91
else:
92
os_path = ''
93
0 commit comments