Skip to content

Commit

Permalink
Optionally enable colab widget manager
Browse files Browse the repository at this point in the history
  • Loading branch information
fskpf committed Jun 12, 2024
1 parent dc6a24f commit 84f5045
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions examples/feature-releases/v1.7.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,29 @@
"You can also open this notebook in Google Colab when Google Colab's custom widget manager is enabled:"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "f0b1c0be-758f-47b3-be83-f4508d5bbf3b",
"metadata": {},
"outputs": [],
"source": [
"try:\n",
" import google.colab\n",
" from google.colab import output\n",
" output.enable_custom_widget_manager()\n",
"except:\n",
" pass"
]
},
{
"cell_type": "markdown",
"id": "29c27896-cc64-4c03-846f-a69a8887526b",
"metadata": {},
"source": [
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/yWorks/yfiles-jupyter-graphs/blob/main/examples/feature-releases/v1.7.ipynb\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "markdown",
"id": "8cea83a9-2373-4dce-a9a2-353022fb1676",
Expand Down

0 comments on commit 84f5045

Please sign in to comment.