Skip to content

Commit 8b6d6fb

Browse files
committed
Update install_check and readme
1 parent ac68fe6 commit 8b6d6fb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Installation
88

9-
### Installation instructions last updated 2021-06-06
9+
### Installation instructions last updated 2021-06-07
1010

1111
The code in the tutorial has been written using Python 3; many of the dependencies may not be available for Python 2.7.
1212

install_check.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
'ipydatagrid',
2020
'ipycytoscape',
2121
'ipygany',
22-
'jupyterlab'
22+
'jupyterlab',
23+
'voila',
24+
'pyvista',
2325
]
2426

2527
import_result = {p: False for p in requirements}

0 commit comments

Comments
 (0)