Skip to content

Commit

Permalink
Merge pull request #192 from NiloFreitas/fix/notebook-templates-url-r…
Browse files Browse the repository at this point in the history
…ename

Notebook Templates - update reference to new repo url
  • Loading branch information
ojarjur authored Dec 5, 2024
2 parents db8fff0 + dd8f40b commit d960a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ const extension: JupyterFrontEndPlugin<void> = {

const openBigQueryNotebook = async () => {
const template = {
url: 'https://raw.githubusercontent.com/GoogleCloudPlatform/dataproc-ml-quickstart-notebooks/main/public_datasets/bigframes/bigframes_quickstart.ipynb'
url: 'https://raw.githubusercontent.com/GoogleCloudPlatform/ai-ml-recipes/main/public_datasets/bigframes/bigframes_quickstart.ipynb'
};
await NotebookTemplateService.handleClickService(
template,
Expand Down
2 changes: 1 addition & 1 deletion src/utils/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const NETWORK_TAG_MESSAGE =
export const LOGIN_ERROR_MESSAGE =
'Please navigate to Settings -> Google BigQuery Settings to login and continue';
export const NOTEBOOK_TEMPLATES_LIST_URL =
'https://api.github.com/repos/GoogleCloudPlatform/dataproc-ml-quickstart-notebooks/contents/.ci/index.json';
'https://api.github.com/repos/GoogleCloudPlatform/ai-ml-recipes/contents/.ci/index.json';
export type scheduleMode = 'runNow' | 'runSchedule';
export const scheduleValueExpression = '30 17 * * 1-5'; //Expression for schedule Value in Scheduler Jobs
export const PLUGIN_ID = 'dataproc_jupyter_plugin:plugin';
Expand Down

0 comments on commit d960a03

Please sign in to comment.