chromesetting
杨树明 6 years ago
parent ec8b299b01
commit 6bd1b74aa6

@ -319,7 +319,7 @@ function JupyterTPI (props) {
visible={drawervisible} visible={drawervisible}
className={"RightPaneDrawer"} className={"RightPaneDrawer"}
> >
<p className={"RightPaneDrawertop"}></p> {/*<p className={"RightPaneDrawertop"}></p>*/}
<div className="jupyter_data_sets_area newjupyter_data_sets_area"> <div className="jupyter_data_sets_area newjupyter_data_sets_area">
<h2 className="jupyter_h2_title"> <h2 className="jupyter_h2_title">
{/*<MyIcon type="iconwenti" className="jupyter_data_icon"/>*/} {/*<MyIcon type="iconwenti" className="jupyter_data_icon"/>*/}

@ -33,3 +33,9 @@ export async function fetchSaveJupyterTpi (params) {
const url = `/jupyters/save_with_tpi.json`; const url = `/jupyters/save_with_tpi.json`;
return axios.get(url, { params }); return axios.get(url, { params });
} }
// 重置jupyter 保存
// export async function reset_with_tpi (params) {
// const url = `/jupyters/reset_with_tpi.json`;
// return axios.get(url, { params });
// }
Loading…
Cancel
Save