Skip to content

Commit

Permalink
Changes to solve #2443-pyvis-three-minor-enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
duxans committed Dec 7, 2023
1 parent 23f1580 commit 436ca18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pyvis/Pyvis_Visualize_awesome_notebooks_network.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
" else:\n",
" net.add_node(tool, title=tool, image=tool_img[tool], shape='image',size=60,level=1, physics=False)\n",
"\n",
"# Add notebook nodes\n",
"# Add notebook nodes \n",
"for notebook in notebooks:\n",
" net.add_node(notebook, title=notebook, size=30,level=2,color='#4d94db')\n",
"\n",
Expand Down

0 comments on commit 436ca18

Please sign in to comment.