Skip to content

Commit 07ecd3b

Browse files
committed
Updated method name
1 parent f10bb87 commit 07ecd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server_documents/outputs/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def get_outputs(self, file_id, cell_id):
6363
outputs.append(output)
6464

6565
if has_more_files:
66-
placeholder = self._create_outputs_placeholder(file_id, cell_id)
66+
placeholder = self._create_outputs_link(file_id, cell_id)
6767
outputs.append(json.dumps(placeholder))
6868

6969
return outputs

0 commit comments

Comments
 (0)