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 08f958e commit ed8e650Copy full SHA for ed8e650
src/sempy_labs/_notebooks.py
@@ -145,7 +145,7 @@ def import_notebook_from_web(
145
elif len(dfI_filt) > 0 and overwrite:
146
print(f"{icons.info} Overwrite of notebooks is currently not supported.")
147
# update_notebook_definition(
148
- # name=notebook_name, notebook_content=response.content, workspace=workspace
+ # name=notebook_name, notebook_content=response.content, workspace=workspace
149
# )
150
else:
151
raise ValueError(
0 commit comments