Skip to content

Commit 70a27a0

Browse files
committed
added necessary dependencies for running tutorial in colab
1 parent 5865dcd commit 70a27a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/tutorials/crystal_space_visualisation.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@
6565
" IN_COLAB = False\n",
6666
"\n",
6767
"if IN_COLAB:\n",
68-
" !uv pip install smact[crystal_space] --quiet"
68+
" !uv pip install smact[crystal_space] --quiet\n",
69+
" !uv pip install \"plotly>=6.1.1\" kaleido\n",
70+
" !plotly-get-chrome"
6971
]
7072
},
7173
{

0 commit comments

Comments
 (0)