-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass resource to track Kernel Metadata against a resource #4760
Changes from all commits
9732da9
c800fa1
7f5801d
fda8ec7
d3a4e7c
76f33b5
cfce6b9
75cfd83
afc933f
e6f6d15
e1e9e69
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -183,6 +183,7 @@ export class IPyWidgetScriptSource implements ILocalResourceUriConverter { | |
if (!this.notebook) { | ||
this.notebook = await this.notebookProvider.getOrCreateNotebook({ | ||
identity: this.identity, | ||
resource: this.identity, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why is There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Doesn't matter in this context (basically use the best we have, majority of the time |
||
disableUI: true, | ||
getOnly: true | ||
}); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug fix.