mirror of
https://github.com/pyecharts/pyecharts.git
synced 2025-12-08 20:59:23 +00:00
remove *.ipynb
This commit is contained in:
parent
b7ad928d21
commit
1ddacb787d
@ -37,4 +37,4 @@
|
||||
|
||||
## 项目期待
|
||||
|
||||
* 更好地集成到 Django + Flask 中。
|
||||
* 更好地集成到 Django + Flask 中。
|
||||
@ -42,11 +42,3 @@ def _verify_ipynb(ipynb_file):
|
||||
else:
|
||||
nb, errors = _notebook_run(ipynb_file)
|
||||
assert errors == []
|
||||
|
||||
|
||||
def test_notebook_use_case():
|
||||
_verify_ipynb('../document/notebook-use-case.ipynb')
|
||||
|
||||
|
||||
def test_scatter_3d():
|
||||
_verify_ipynb('../document/scatter3d.ipynb')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user