feat: 增加ipynb渲染
This commit is contained in:
26
.vitepress/theme/css/jupyterlab/lumino.widgets.widget.css
Normal file
26
.vitepress/theme/css/jupyterlab/lumino.widgets.widget.css
Normal file
@@ -0,0 +1,26 @@
|
||||
/* 源码地址:https://github.com/jupyterlab/lumino/blob/main/packages/widgets/style/widget.css */
|
||||
|
||||
/*
|
||||
* Copyright (c) Jupyter Development Team.
|
||||
* Distributed under the terms of the Modified BSD License.
|
||||
*/
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
| Copyright (c) Jupyter Development Team.
|
||||
| Copyright (c) 2014-2017, PhosphorJS Contributors
|
||||
|
|
||||
| Distributed under the terms of the BSD 3-Clause License.
|
||||
|
|
||||
| The full license is in the file LICENSE, distributed with this software.
|
||||
|---------------------------------------------------------------------------- */
|
||||
|
||||
.lm-Widget {
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.lm-Widget.lm-mod-hidden {
|
||||
display: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user