Skip to content

Commit

Permalink
fix passing a host where empack_env_meta.json file is saved
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiaSliusar committed Sep 27, 2024
1 parent 55b9ed0 commit d9e5185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const empackEnvMetaPlugin: JupyterLiteServerPlugin<IEmpackEnvMetaFile> = {
PageConfig.getBaseUrl(),
`xeus/kernels/${kernel}`
);
return `${kernel_root_url}/empack_env_meta.json`;
return `${kernel_root_url}`;
}
};
},
Expand Down

0 comments on commit d9e5185

Please sign in to comment.