Removed executable flag from notebooks.

This commit is contained in:
2018-02-01 19:17:57 +01:00
parent feda3cb07f
commit 142b4f74cf
3 changed files with 41 additions and 2 deletions

0
ipython/EulerProblem001.ipynb Executable file → Normal file
View File

0
ipython/EulerProblem002.ipynb Executable file → Normal file
View File

View File

@@ -1,6 +1,45 @@
{
"cells": [],
"metadata": {},
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Euler Problem 003\n",
"\n",
"The prime factors of 13195 are 5, 7, 13 and 29.\n",
"\n",
"What is the largest prime factor of the number 600851475143?"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.4"
}
},
"nbformat": 4,
"nbformat_minor": 0
}