Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/tutorials/crystal_space_visualisation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@
" IN_COLAB = False\n",
"\n",
"if IN_COLAB:\n",
" !uv pip install smact[crystal_space] --quiet"
" !uv pip install smact[crystal_space] --quiet\n",
" !uv pip install \"plotly>=6.1.1\" kaleido\n",
" !plotly-get-chrome"
]
},
{
Expand Down
Loading