Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 7 additions & 23 deletions Game.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -267,17 +267,9 @@
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Great! It looks like cybergear has the right contents!\n"
]
}
],
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Run this code to test that you have successfully added the list to\n",
"# the cybergear directory\n",
Expand All @@ -300,7 +292,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -339,19 +331,11 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": null,
"metadata": {
"scrolled": true
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"We did it! We did it! Yay! Lo hicimos!\n"
]
}
],
"outputs": [],
"source": [
"# Run this code to test if you successfully completed Exercise 6!\n",
"i = 0\n",
Expand Down Expand Up @@ -423,7 +407,7 @@
"outputs": [],
"source": [
"# Activate the Virus.txt!\n",
"if activation_code == \"dmlydXNjb2Rl\"\n",
"if activation_code == \"dmlydXNjb2Rl\":\n",
" print(\"SWIPER NO SWIPING!\")\n",
" print(os.popen(\"cat cyberweapons/Virus.txt\").read())\n",
"else:\n",
Expand Down
2 changes: 1 addition & 1 deletion run.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
jupyter-notebook --ip=0.0.0.0
jupyter-notebook --ip=0.0.0.0 --allow-root