We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac68fe6 commit 8b6d6fbCopy full SHA for 8b6d6fb
README.md
@@ -6,7 +6,7 @@
6
7
# Installation
8
9
-### Installation instructions last updated 2021-06-06
+### Installation instructions last updated 2021-06-07
10
11
The code in the tutorial has been written using Python 3; many of the dependencies may not be available for Python 2.7.
12
install_check.py
@@ -19,7 +19,9 @@
19
'ipydatagrid',
20
'ipycytoscape',
21
'ipygany',
22
- 'jupyterlab'
+ 'jupyterlab',
23
+ 'voila',
24
+ 'pyvista',
25
]
26
27
import_result = {p: False for p in requirements}
0 commit comments