Guest User

Untitled

a guest
Nov 18th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. "# Tite du document\n",
  8. "## sous titre\n",
  9. "\n",
  10. "cela semble Γͺtre sympas"
  11. ]
  12. },
  13. {
  14. "cell_type": "code",
  15. "execution_count": 1,
  16. "metadata": {},
  17. "outputs": [
  18. {
  19. "name": "stdout",
  20. "output_type": "stream",
  21. "text": [
  22. "2\n"
  23. ]
  24. }
  25. ],
  26. "source": [
  27. "print(1+1)"
  28. ]
  29. },
  30. {
  31. "cell_type": "code",
  32. "execution_count": 2,
  33. "metadata": {},
  34. "outputs": [
  35. {
  36. "data": {
  37. "text/plain": [
  38. "2"
  39. ]
  40. },
  41. "execution_count": 2,
  42. "metadata": {},
  43. "output_type": "execute_result"
  44. }
  45. ],
  46. "source": [
  47. "1+1"
  48. ]
  49. },
  50. {
  51. "cell_type": "code",
  52. "execution_count": 5,
  53. "metadata": {},
  54. "outputs": [
  55. {
  56. "name": "stdout",
  57. "output_type": "stream",
  58. "text": [
  59. "12\n"
  60. ]
  61. }
  62. ],
  63. "source": [
  64. "a = 3*4\n",
  65. "print(a)"
  66. ]
  67. },
  68. {
  69. "cell_type": "code",
  70. "execution_count": null,
  71. "metadata": {},
  72. "outputs": [],
  73. "source": []
  74. }
  75. ],
  76. "metadata": {
  77. "kernelspec": {
  78. "display_name": "Python 3",
  79. "language": "python",
  80. "name": "python3"
  81. },
  82. "language_info": {
  83. "codemirror_mode": {
  84. "name": "ipython",
  85. "version": 3
  86. },
  87. "file_extension": ".py",
  88. "mimetype": "text/x-python",
  89. "name": "python",
  90. "nbconvert_exporter": "python",
  91. "pygments_lexer": "ipython3",
  92. "version": "3.5.2"
  93. }
  94. },
  95. "nbformat": 4,
  96. "nbformat_minor": 2
  97. }
Add Comment
Please, Sign In to add comment