mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
no mathjax (#6995)
This commit is contained in:
@@ -236,7 +236,7 @@ export class PerNotebookServerInstance implements IServerInstance {
|
|||||||
let token = await notebookUtils.getRandomToken();
|
let token = await notebookUtils.getRandomToken();
|
||||||
this._uri = vscode.Uri.parse(`http://localhost:${port}/?token=${token}`);
|
this._uri = vscode.Uri.parse(`http://localhost:${port}/?token=${token}`);
|
||||||
this._port = port.toString();
|
this._port = port.toString();
|
||||||
let startCommand = `"${this.options.install.pythonExecutable}" -m jupyter notebook --no-browser --notebook-dir "${notebookDirectory}" --port=${port} --NotebookApp.token=${token}`;
|
let startCommand = `"${this.options.install.pythonExecutable}" -m jupyter notebook --no-browser --no-mathjax --notebook-dir "${notebookDirectory}" --port=${port} --NotebookApp.token=${token}`;
|
||||||
this.notifyStarting(this.options.install, startCommand);
|
this.notifyStarting(this.options.install, startCommand);
|
||||||
|
|
||||||
// Execute the command
|
// Execute the command
|
||||||
|
|||||||
Reference in New Issue
Block a user