Update index.ipynb to point to the updated usage instructions, and remove Jupyter extensions

main
Aurélien Geron 2019-01-22 12:42:23 +08:00
parent c0690a9acc
commit ef67090d71
1 changed files with 3 additions and 8 deletions

View File

@ -50,12 +50,7 @@
"* **Math** We will also use some notions of Linear Algebra, Calculus, Statistics and Probability theory. You should be able to follow along if you learned these in the past as it won't be very advanced, but if you don't know about these topics or you need a refresher then go through the appropriate introduction in the Math section.\n", "* **Math** We will also use some notions of Linear Algebra, Calculus, Statistics and Probability theory. You should be able to follow along if you learned these in the past as it won't be very advanced, but if you don't know about these topics or you need a refresher then go through the appropriate introduction in the Math section.\n",
"\n", "\n",
"### To run the examples\n", "### To run the examples\n",
"* **Jupyter** These notebooks are based on Jupyter. If you just plan to read without running any code, there's really nothing more to know, just keep reading! But if you want to experiment with the code examples you need to:\n", "* **Jupyter** These notebooks are based on Jupyter. You can run these notebooks in just one click using a hosted platform such as Binder, Deepnote or Colaboratory (no installation required), or you can just view them using Jupyter.org's viewer, or you can install everything on your machine, as you prefer. Check out the [home page](https://github.com/ageron/handson-ml2/) for more details."
" * follow the [installation instructions](https://github.com/ageron/handson-ml/#installation),\n",
" * learn how to use Jupyter. Start the User Interface Tour from the Help menu.\n",
"\n",
"### To activate extensions\n",
"* If this is an interactive session (see above), you may want to turn on a few Jupyter extensions by going to the [Extension Configuration](../nbextensions/) page. In particular the \"*Table of Contents (2)*\" extension is quite useful.\n"
] ]
}, },
{ {
@ -70,7 +65,7 @@
], ],
"metadata": { "metadata": {
"kernelspec": { "kernelspec": {
"display_name": "Python 3", "display_name": "Python 3 - tf2",
"language": "python", "language": "python",
"name": "python3" "name": "python3"
}, },
@ -84,7 +79,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.6.6" "version": "3.6.8"
}, },
"nav_menu": {}, "nav_menu": {},
"toc": { "toc": {