Commit 1a37390d authored by Patricia Schmidt's avatar Patricia Schmidt

update to binder

parent 62136063
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"\n", "\n",
"If you have never used a Jupyter notebook before, don't worry!\n", "If you have never used a Jupyter notebook before, don't worry!\n",
"\n", "\n",
"This is an interactive notebook that allows you evaluate the cells as you go along. To evaluate a cell, select it and hit the play button on the left or press \"shift+return\". " "This is an interactive notebook that allows you evaluate the cells as you go along. To evaluate a cell, select it and hit the \"Run\" button at the top of the page or press \"shift+return\". "
] ]
}, },
{ {
...@@ -30,9 +30,6 @@ ...@@ -30,9 +30,6 @@
"source": [ "source": [
"# EVALUATE ME\n", "# EVALUATE ME\n",
"\n", "\n",
"!git clone https://github.com/PatriciaSchmidt/Microteaching.git\n",
"!mv Microteaching/coin.py coin.py\n",
"\n",
"%matplotlib inline\n", "%matplotlib inline\n",
"\n", "\n",
"import coin" "import coin"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment