Skip to content

Commit 8706b1a

Browse files
Satisfy black-nb
1 parent f4c18f1 commit 8706b1a

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

docs/tutorials/dynophore.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@
233233
" dynophore,\n",
234234
" pdb_path=pdb_path,\n",
235235
" dcd_path=dcd_path,\n",
236-
" visualization_type='spheres',\n",
236+
" visualization_type=\"spheres\",\n",
237237
" color_cloud_by_frame=False,\n",
238-
" macromolecule_color='#005780',\n",
238+
" macromolecule_color=\"#005780\",\n",
239239
" frame_range=None,\n",
240240
")\n",
241241
"view.display(gui=True, style=\"ngl\")"

docs/tutorials/explore_view3d.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,7 @@
412412
}
413413
],
414414
"source": [
415-
"view = view3d.show(\n",
416-
" dynophore, pdb_path, visualization_type=\"spheres\", frame_range=[900, 1000]\n",
417-
")\n",
415+
"view = view3d.show(dynophore, pdb_path, visualization_type=\"spheres\", frame_range=[900, 1000])\n",
418416
"view.display(gui=True, style=\"ngl\")"
419417
]
420418
},

dynophores/notebooks/dynophore.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@
171171
" dynophore,\n",
172172
" pdb_path=pdb_path,\n",
173173
" dcd_path=dcd_path,\n",
174-
" visualization_type='spheres',\n",
174+
" visualization_type=\"spheres\",\n",
175175
" color_cloud_by_frame=False,\n",
176-
" macromolecule_color='#005780',\n",
176+
" macromolecule_color=\"#005780\",\n",
177177
" frame_range=None,\n",
178178
")\n",
179179
"view.display(gui=True, style=\"ngl\")"

0 commit comments

Comments
 (0)