Skip to content

Commit

Permalink
don't disable providers; ipyoptimade 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Jun 28, 2024
1 parent c9daa2b commit bb252df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions OPTIMADE-Client.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"from tools_optimade_client import QEInputButton\n",
"\n",
"disable_providers = [\n",
" \"cod\",\n",
" \"tcod\",\n",
" \"nmd\",\n",
" \"oqmd\",\n",
" \"aflow\",\n",
" \"matcloud\",\n",
" \"mpds\",\n",
" \"necro\",\n",
" \"jarvis\",\n",
" \"ccpnc\",\n",
" # \"cod\",\n",
" # \"tcod\",\n",
" # \"nmd\",\n",
" # \"oqmd\",\n",
" # \"aflow\",\n",
" # \"matcloud\",\n",
" # \"mpds\",\n",
" # \"necro\",\n",
" # \"jarvis\",\n",
" # \"ccpnc\",\n",
"]\n",
"skip_databases = {\"Materials Cloud\": [\"optimade-sample\", \"li-ion-conductors\"]}\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ipyoptimade~=1.0.0
ipyoptimade~=1.1.0
voila-materialscloud-template~=0.4.3
jupyterlab~=4.2.1
-e .

0 comments on commit bb252df

Please sign in to comment.