remove *.ipynb

This commit is contained in:
chenjiandongx 2017-08-06 15:12:49 +08:00
parent b7ad928d21
commit 1ddacb787d
2 changed files with 1 additions and 9 deletions

View File

@ -37,4 +37,4 @@
## 项目期待
* 更好地集成到 Django + Flask 中。
* 更好地集成到 Django + Flask 中。

View File

@ -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')