forked from MarkUsProject/Markus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Google Colab Jupyter Notebooks rendering by excluding widgets (Ma…
…rkUsProject#7271) Co-authored-by: Donny Wong <donnywong@cs.toronto.edu>
- Loading branch information
1 parent
2495bcc
commit ee2631a
Showing
4 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"nbformat": 4, | ||
"nbformat_minor": 0, | ||
"metadata": { | ||
"colab": { | ||
"provenance": [] | ||
}, | ||
"kernelspec": { | ||
"name": "python3", | ||
"display_name": "Python 3" | ||
}, | ||
"language_info": { | ||
"name": "python" | ||
}, | ||
"widgets": { | ||
"application/vnd.jupyter.widget-state+json": { | ||
} | ||
} | ||
}, | ||
"cells": [ | ||
{ | ||
"cell_type": "code", | ||
"source": [ | ||
], | ||
"metadata": { | ||
"id": "wekaZO6DYWz6", | ||
"colab": { | ||
"base_uri": "https://localhost:8080/", | ||
"height": 1000 | ||
}, | ||
"outputId": "990f2494-5ca0-442f-ba8d-f7a31bd463e4" | ||
}, | ||
"execution_count": 17, | ||
"outputs": [ | ||
{ | ||
"output_type": "display_data", | ||
"data": { | ||
"text/plain": [ | ||
"Training: 0%| | 0/1000 [00:00<?, ?it/s]" | ||
], | ||
"application/vnd.jupyter.widget-view+json": { | ||
"version_major": 2, | ||
"version_minor": 0, | ||
"model_id": "92b45d943b9e4c83b50bb2c83505e80d" | ||
} | ||
}, | ||
"metadata": {} | ||
} | ||
] | ||
} | ||
] | ||
} |