Skip to content

Commit

Permalink
adjust notebooks to client display
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Apr 29, 2021
1 parent ed7f2e4 commit 758254d
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"}\n",
"\n",
"client.init_columns(name, init_columns)\n",
"client.get_project(name).pretty()"
"client.get_project(name).display()"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"metadata": {},
"outputs": [],
"source": [
"client.get_project(name).pretty()"
"client.get_project(name).display()"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"client.projects.update_entry(pk=name, project={\n",
" 'description': description, 'other': legend,\n",
"}).result()\n",
"client.get_project(name).pretty()"
"client.get_project(name).display()"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"metadata": {},
"outputs": [],
"source": [
"client.get_project(name).pretty()"
"client.get_project(name).display()"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"# {\"label\": \"Database\", \"url\": db}\n",
"# ]\n",
"# }).result()\n",
"client.get_project(name).pretty()"
"client.get_project(name).display()"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"outputs": [],
"source": [
"# client.projects.update_entry(pk=name, project={'long_title': 'Improved c-axis parameter for BiSe'}).result()\n",
"client.get_project(name).pretty()"
"client.get_project(name).display()"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"metadata": {},
"outputs": [],
"source": [
"client.get_project(name).pretty()"
"client.get_project(name).display()"
]
},
{
Expand Down Expand Up @@ -107,7 +107,7 @@
").result()\n",
"cids = [d[\"id\"] for d in resp[\"data\"]]\n",
"contrib = client.get_contribution(cids[0])\n",
"contrib.pretty()"
"contrib.display()"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"# 'long_title': '2D & 3D DFT Calculations by NIST',\n",
"# 'unique_identifiers': False\n",
"# }).result()\n",
"client.get_project(name).pretty()"
"client.get_project(name).display()"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"outputs": [],
"source": [
"client.get_project(name).pretty()"
"client.get_project(name).display()"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"metadata": {},
"outputs": [],
"source": [
"client.get_project(name).pretty()"
"client.get_project(name).display()"
]
},
{
Expand Down

0 comments on commit 758254d

Please sign in to comment.