Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed Oct 29, 2023
1 parent fb493ec commit 6d5a675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyter_rfb/_colab.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def get_colab_metadata():
if not IN_COLAB:
return None
from google.colab.output._widgets import _installed_url as COLAB_URL

meta = dict()
meta["application/vnd.jupyter.widget-view+json"] = {
"colab": {"custom_widget_manager": {"url": COLAB_URL}}
Expand Down

0 comments on commit 6d5a675

Please sign in to comment.