We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740744c commit 85dd298Copy full SHA for 85dd298
renderer/renderer.tsx
@@ -51,7 +51,8 @@ export const activate: ActivationFunction = (
51
// Render directly into the provided element
52
// This ensures VS Code can properly clear/replace outputs
53
const actions = {
54
- get_notebook: () => ({}),
+ // TODO: Make get notebook actually get the notebook
55
+ get_notebook: () => ({ cell_inputs: {} }),
56
request_js_link_response: () => {},
57
update_notebook: () => {},
58
set_bond: (name: string, value: any) => {
0 commit comments