Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Is it possible to retrieve progrmatically the current path/directory of the notebook; the following does not return the desired
notebookutils.notebook.get('NB1')
Solved! Go to Solution.
Hi @smpa01,
In fact, this code is used to get the detail information of notebook instead of path/directory.
{'id': 'xxxxxxx',
'type': 'Notebook',
'displayName': 'notebook name',
'description': 'New notebook',
'workspaceId': 'xxxxxxxx',
'properties': {}}
You can extract the 'id' and 'workspace id' properties to concatenate the relative path: groups/{workspace id}/synapsenotebooks/{noteboke id}.
Regards,
Xiaoxin Sheng
Hi @smpa01,
In fact, this code is used to get the detail information of notebook instead of path/directory.
{'id': 'xxxxxxx',
'type': 'Notebook',
'displayName': 'notebook name',
'description': 'New notebook',
'workspaceId': 'xxxxxxxx',
'properties': {}}
You can extract the 'id' and 'workspace id' properties to concatenate the relative path: groups/{workspace id}/synapsenotebooks/{noteboke id}.
Regards,
Xiaoxin Sheng
User | Count |
---|---|
5 | |
4 | |
3 | |
3 | |
2 |
User | Count |
---|---|
10 | |
8 | |
7 | |
6 | |
6 |