We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eaca01 commit aa3dd27Copy full SHA for aa3dd27
kernel/src/index.ts
@@ -34,8 +34,8 @@ const kernelPlugin: JupyterLiteServerPlugin<void> = {
34
language: 'python',
35
argv: [],
36
resources: {
37
- 'logo-32x32': 'https://www.cdnlogo.com/logos/e/41/espressif-systems.svg',
38
- 'logo-64x64': 'https://www.cdnlogo.com/logos/e/41/espressif-systems.svg',
+ 'logo-32x32': 'https://acceleratingvector.com/flame.svg',
+ 'logo-64x64': 'https://acceleratingvector.com/flame.svg',
39
},
40
41
create: async (options: IKernel.IOptions): Promise<IKernel> => {
0 commit comments