@ -77,6 +77,15 @@ function JupyterTPI (props) {
const emptyCtx = (
<div className="jupyter_empty">
<style>
{ `
.ant-empty{
margin-top:80px;
color:#fff;
}
`
</style>
<Empty />
</div>
);