Skip to content

Commit

Permalink
update notebooks (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: William Blum <william.blum@microsoft.com>
  • Loading branch information
blumu and William Blum authored Jun 4, 2024
1 parent 0dccfe5 commit fae7beb
Show file tree
Hide file tree
Showing 17 changed files with 336,629 additions and 558,844 deletions.
290 changes: 77 additions & 213 deletions notebooks/c2_interactive_interface.ipynb

Large diffs are not rendered by default.

224 changes: 199 additions & 25 deletions notebooks/chainnetwork-optionwrapper.ipynb

Large diffs are not rendered by default.

271,308 changes: 271,264 additions & 44 deletions notebooks/chainnetwork-random.ipynb

Large diffs are not rendered by default.

66 changes: 45 additions & 21 deletions notebooks/dql_active_directory.ipynb

Large diffs are not rendered by default.

100,925 changes: 1,790 additions & 99,135 deletions notebooks/notebook_benchmark-chain.ipynb

Large diffs are not rendered by default.

12,680 changes: 947 additions & 11,733 deletions notebooks/notebook_benchmark-tiny.ipynb

Large diffs are not rendered by default.

88,777 changes: 1,220 additions & 87,557 deletions notebooks/notebook_benchmark-toyctf.ipynb

Large diffs are not rendered by default.

2,684 changes: 304 additions & 2,380 deletions notebooks/notebook_dql_debug_tiny.ipynb

Large diffs are not rendered by default.

243,467 changes: 5,459 additions & 238,008 deletions notebooks/notebook_dql_transfer.ipynb

Large diffs are not rendered by default.

52,443 changes: 738 additions & 51,705 deletions notebooks/notebook_randlookups.ipynb

Large diffs are not rendered by default.

52,687 changes: 1,230 additions & 51,457 deletions notebooks/notebook_tabularq.ipynb

Large diffs are not rendered by default.

22 changes: 2 additions & 20 deletions notebooks/notebook_withdefender.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"This notebooks can be run directly from VSCode, to generate a\n",
"traditional Jupyter Notebook to open in your browser\n",
" you can run the VSCode command `Export Currenty Python File As Jupyter Notebook`.\n",
"\"\"\""
"\"\"\"\n",
"%matplotlib inline "
]
},
{
Expand Down Expand Up @@ -944,25 +945,6 @@
")"
]
},
{
"cell_type": "code",
"execution_count": 46,
"id": "3114bc60-37e4-44f9-8a21-b0a647964bc7",
"metadata": {
"papermill": {
"duration": 1.098617,
"end_time": "2021-09-06T21:31:47.330365",
"exception": false,
"start_time": "2021-09-06T21:31:46.231748",
"status": "completed"
},
"tags": []
},
"outputs": [],
"source": [
"%matplotlib inline "
]
},
{
"cell_type": "code",
"execution_count": 49,
Expand Down
239 changes: 188 additions & 51 deletions notebooks/random_active_directory.ipynb

Large diffs are not rendered by default.

22,461 changes: 7,287 additions & 15,174 deletions notebooks/randomnetwork.ipynb

Large diffs are not rendered by default.

15 changes: 12 additions & 3 deletions notebooks/toyctf-blank.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"import cyberbattle.samples.toyctf.toy_ctf as ctf\n",
"import plotly.offline as plo\n",
"plo.init_notebook_mode(connected=True)\n",
"logging.basicConfig(stream=sys.stdout, level=logging.INFO, format=\"%(levelname)s: %(message)s\")"
"logging.basicConfig(stream=sys.stdout, level=logging.INFO, format=\"%(levelname)s: %(message)s\")\n",
"%matplotlib inline "
]
},
{
Expand Down Expand Up @@ -73,13 +74,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"version": "3.7.11"
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.15"
}
},
"nbformat": 4,
Expand Down
44,330 changes: 43,858 additions & 472 deletions notebooks/toyctf-random.ipynb

Large diffs are not rendered by default.

2,855 changes: 2,009 additions & 846 deletions notebooks/toyctf-solved.ipynb

Large diffs are not rendered by default.

0 comments on commit fae7beb

Please sign in to comment.