Skip to content

Commit

Permalink
Overwrite the core functions to run cells
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Oct 23, 2023
1 parent b0fc307 commit 2759ac9
Show file tree
Hide file tree
Showing 3 changed files with 314 additions and 39 deletions.
2 changes: 1 addition & 1 deletion src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export namespace CommandIDs {
/**
* Execute the query on the server.
*/
export const run = 'jupyter-sql-cell:execute';
export const execute = 'jupyter-sql-cell:execute';
}

/**
Expand Down
Loading

0 comments on commit 2759ac9

Please sign in to comment.