Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Naereen committed Nov 27, 2018
1 parent 0802998 commit e86c8bb
Show file tree
Hide file tree
Showing 8 changed files with 163 additions and 85 deletions.
Expand Up @@ -529,7 +529,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This manipulation is showed in [IPython's documentation](http://nbviewer.jupyter.org/github/ipython/ipython/blob/3607712653c66d63e0d7f13f073bde8c0f209ba8/docs/examples/notebooks/display_protocol.ipynb).\n",
"This manipulation is showed in [IPython's documentation](https://nbviewer.jupyter.org/github/ipython/ipython/blob/3607712653c66d63e0d7f13f073bde8c0f209ba8/docs/examples/notebooks/display_protocol.ipynb).\n",
"\n",
"But we can configure IPython to do this automatically for us as follows.\n",
"We hook into the IPython display system and instruct it to use ``Polynomial_to_LaTeX`` for the ``latex`` mimetype, when encountering objects of the ``Polynomial`` type defined in the ``numpy.polynomial.polynomial`` module:"
Expand Down
60 changes: 30 additions & 30 deletions README.md

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions agreg/TP_Programmation_2017-18/afd__debut_ab.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
110 changes: 61 additions & 49 deletions agreg/TP_Programmation_2017-18/afd__fin_ba.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion agreg/Tri_a_bulle_et_tri_cocktail.ipynb
Expand Up @@ -1152,7 +1152,7 @@
"- Pourquoi ces noms, à bulle et cocktail ?\n",
"\n",
"### Liens\n",
"Allez voir [d'autres notebooks](http://nbviewer.jupyter.org/github/Naereen/notebooks/tree/master/agreg/) !"
"Allez voir [d'autres notebooks](https://nbviewer.jupyter.org/github/Naereen/notebooks/tree/master/agreg/) !"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion agreg/Tri_a_bulle_et_tri_cocktail.ml
Expand Up @@ -387,4 +387,4 @@ Les deux algorithmes ne sont pas trop difficiles à implémenter, et fonctionnen
- Pourquoi ces noms, à bulle et cocktail ?
### Liens
Allez voir [d'autres notebooks](http://nbviewer.jupyter.org/github/Naereen/notebooks/tree/master/agreg/) ! *)
Allez voir [d'autres notebooks](https://nbviewer.jupyter.org/github/Naereen/notebooks/tree/master/agreg/) ! *)
2 changes: 1 addition & 1 deletion euler/README.md
Expand Up @@ -11,7 +11,7 @@ I should try to work on it again, hence this notebook...
----

### :information_desk_person: More information?
> - More information about [notebooks (on the documentation of IPython)](http://nbviewer.jupiter.org/github/ipython/ipython/blob/3.x/examples/Notebook/Index.ipynb) or [on the FAQ on Jupyter's website](http://nbviewer.jupyter.org/faq).
> - More information about [notebooks (on the documentation of IPython)](https://nbviewer.jupiter.org/github/ipython/ipython/blob/3.x/examples/Notebook/Index.ipynb) or [on the FAQ on Jupyter's website](https://nbviewer.jupyter.org/faq).
> - More information about [mybinder.org](http://mybinder.org/): on [this example repository](https://github.com/binder-project/example-requirements).
### :scroll: License
Expand Down
4 changes: 2 additions & 2 deletions simus/README.md
@@ -1,7 +1,7 @@
# :notebook: Notebooks pour des simulations numériques :fr:
> Ce dossier contient des [notebooks Jupyter](http://jupyter.org/), écrits en [Python (version 3)](https://docs.python.org/3/), pour mon plaisir.
[Liste des notebooks sur nbviewer.jupyter.org](http://nbviewer.jupyter.org/github/Naereen/notebooks/tree/master/simus/)
[Liste des notebooks sur nbviewer.jupyter.org](https://nbviewer.jupyter.org/github/Naereen/notebooks/tree/master/simus/)

----

Expand Down Expand Up @@ -40,7 +40,7 @@ This [Naive simulations of the Monty-Hall problem](Naive_simulations_of_the_Mont
### :information_desk_person: Plus d'informations ?
> - Les dépendances de ces notebooks se trouvent dans ce fichier [`requirements.txt`](requirements.txt).
> - Plus d'informations sur ce dépôt se trouvent [ici](..).
> - Plus d'informations sur [les notebooks (documentation de IPython)](http://nbviewer.jupiter.org/github/ipython/ipython/blob/3.x/examples/Notebook/Index.ipynb) ou [FAQ sur le site de Jupyter](http://nbviewer.jupyter.org/faq).
> - Plus d'informations sur [les notebooks (documentation de IPython)](https://nbviewer.jupiter.org/github/ipython/ipython/blob/3.x/examples/Notebook/Index.ipynb) ou [FAQ sur le site de Jupyter](https://nbviewer.jupyter.org/faq).
> - Plus d'informations sur [mybinder.org](http://mybinder.org/): dans [ce dépôt exemple](https://github.com/binder-project/example-requirements).
### :scroll: Licence
Expand Down

0 comments on commit e86c8bb

Please sign in to comment.