From 6bd1b74aa6103347461c7123e25c425001428138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Fri, 20 Dec 2019 19:39:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/tpm/jupyter/index.js | 2 +- public/react/src/services/jupyterServer.js | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/public/react/src/modules/tpm/jupyter/index.js b/public/react/src/modules/tpm/jupyter/index.js index 9d3ec50ec..0e209523f 100644 --- a/public/react/src/modules/tpm/jupyter/index.js +++ b/public/react/src/modules/tpm/jupyter/index.js @@ -319,7 +319,7 @@ function JupyterTPI (props) { visible={drawervisible} className={"RightPaneDrawer"} > -

+ {/*

*/}

{/**/} diff --git a/public/react/src/services/jupyterServer.js b/public/react/src/services/jupyterServer.js index 6ee5ec828..059aace5e 100644 --- a/public/react/src/services/jupyterServer.js +++ b/public/react/src/services/jupyterServer.js @@ -32,4 +32,10 @@ export async function fetchSyncJupyterCode (identifier) { export async function fetchSaveJupyterTpi (params) { const url = `/jupyters/save_with_tpi.json`; return axios.get(url, { params }); -} \ No newline at end of file +} + +// 重置jupyter 保存 +// export async function reset_with_tpi (params) { +// const url = `/jupyters/reset_with_tpi.json`; +// return axios.get(url, { params }); +// } \ No newline at end of file