Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kovalsky committed Oct 21, 2024
1 parent 6071a6a commit 4f38604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ files = response.json()
notebook_files = {file['name'][:-6]: file['html_url'] for file in files if file['name'].endswith('.ipynb')}

for file_name, file_url in notebook_files.items():
labs.import_notebook_from_web(notebook_name=file_name, url=file_url, workspace=workspace)
labs.import_notebook_from_web(notebook_name=file_name, url=file_url, workspace=workspace_name)
```

## Install the library in a Fabric notebook
Expand Down

0 comments on commit 4f38604

Please sign in to comment.