Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha authored and fabioacl committed Apr 25, 2024
1 parent 8dd8941 commit ba5b169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/eln_import.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"url = urlparse.urlsplit(jupyter_notebook_url)\n",
"parsed_url = urlparse.parse_qs(url.query)\n",
"params = {key:value[0] for key, value in parsed_url.items()}\n",
"eln_widget = ElnImportWidget(**params)"
"eln_widget = ElnImportWidget(path_to_root=\"../../\", **params)"
]
},
{
Expand Down

0 comments on commit ba5b169

Please sign in to comment.