File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,6 @@ export async function executeKernelOneshot(
6464 ) ;
6565
6666 if ( ! result . success ) {
67- trace ( options , "Error executing notebook with oneshot kernel" ) ;
68- if ( result . stderr ) {
69- error ( result . stderr , { colorize : false } ) ;
70- }
71- printExecDiagnostics ( options . kernelspec , result . stderr ) ;
7267 return Promise . reject ( ) ;
7368 }
7469}
@@ -214,7 +209,6 @@ async function execJupyter(
214209 "PYDEVD_DISABLE_FILE_VALIDATION" : "1" ,
215210 } ,
216211 stdout : "piped" ,
217- stderr : "piped" ,
218212 } ,
219213 kernelCommand ( command , "" , options ) ,
220214 ) ;
@@ -449,9 +443,6 @@ async function connectToKernel(
449443 debug,
450444 } , options . kernelspec ) ;
451445 if ( ! result . success ) {
452- if ( result . stderr ) {
453- error ( result . stderr , { colorize : false } ) ;
454- }
455446 return Promise . reject ( ) ;
456447 }
457448
You can’t perform that action at this time.
0 commit comments