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 9815b53 commit 286b1b2Copy full SHA for 286b1b2
kernel/src/kernel.ts
@@ -4,7 +4,7 @@ import { ServiceContainer } from './services/ServiceContainer';
4
5
const reconnectString: string = "%connect%"
6
const saveString: string = "%save%";
7
-const bootFileName: string = "/main.py";
+const bootFileName: string = "main.py";
8
const bootSavePrefix: string = `with open('${bootFileName}', 'w') as f:\n f.write('''\n`;
9
const bootSaveSuffix: string = "\n''')\n";
10
0 commit comments