@@ -47,7 +47,7 @@ export namespace DataScience {
4747 export const historyTitle = localize ( 'DataScience.historyTitle' , 'Python Interactive' ) ;
4848 export const badWebPanelFormatString = localize ( 'DataScience.badWebPanelFormatString' , '<html><body><h1>{0} is not a valid file name</h1></body></html>' ) ;
4949 export const sessionDisposed = localize ( 'DataScience.sessionDisposed' , 'Cannot execute code, session has been disposed.' ) ;
50- export const unknownMimeType = localize ( 'DataScience.unknownMimeType ' , 'Unknown mime type for data ' ) ;
50+ export const unknownMimeTypeFormat = localize ( 'DataScience.unknownMimeTypeFormat ' , 'Mime type {0} is not currently supported ' ) ;
5151 export const exportDialogTitle = localize ( 'DataScience.exportDialogTitle' , 'Export to Jupyter Notebook' ) ;
5252 export const exportDialogFilter = localize ( 'DataScience.exportDialogFilter' , 'Jupyter Notebooks' ) ;
5353 export const exportDialogComplete = localize ( 'DataScience.exportDialogComplete' , 'Notebook written to {0}' ) ;
@@ -94,7 +94,7 @@ export namespace DataScience {
9494 export const jupyterSelectURIPrompt = localize ( 'DataScience.jupyterSelectURIPrompt' , 'Enter the URI of a Jupyter server' ) ;
9595 export const jupyterSelectURIInvalidURI = localize ( 'DataScience.jupyterSelectURIInvalidURI' , 'Invalid URI specified' ) ;
9696 export const jupyterNotebookFailure = localize ( 'DataScience.jupyterNotebookFailure' , 'Jupyter notebook failed to launch. \r\n{0}' ) ;
97- export const jupyterNotebookConnectFailed = localize ( 'DataScience.jupyterNotebookConnectFailed' , 'Failed to connect to Jupyter notebook. \r\n{0}' ) ;
97+ export const jupyterNotebookConnectFailed = localize ( 'DataScience.jupyterNotebookConnectFailed' , 'Failed to connect to Jupyter notebook. \r\n{0}\r\n{1} ' ) ;
9898 export const notebookVersionFormat = localize ( 'DataScience.notebookVersionFormat' , 'Jupyter Notebook Version: {0}' ) ;
9999 //tslint:disable-next-line:no-multiline-string
100100 export const jupyterKernelNotSupportedOnActive = localize ( 'DataScience.jupyterKernelNotSupportedOnActive' , `iPython kernel cannot be started from '{0}'. Using closest match {1} instead.` ) ;
0 commit comments