An introduction to python

input.ipynb 849B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. "# Inputing data"
  8. ]
  9. },
  10. {
  11. "cell_type": "markdown",
  12. "metadata": {},
  13. "source": [
  14. "<a href=\"http://localhost:8888/notebooks/04.variables.ipynb\">Previous variables</a> \n",
  15. "<a style=\"float:right;margin-right:10em;\" href=\"http://localhost:8888/notebooks/06.if-statements.ipynb\">Next if statements</a> "
  16. ]
  17. }
  18. ],
  19. "metadata": {
  20. "kernelspec": {
  21. "display_name": "Python 3",
  22. "language": "python",
  23. "name": "python3"
  24. },
  25. "language_info": {
  26. "codemirror_mode": {
  27. "name": "ipython",
  28. "version": 3
  29. },
  30. "file_extension": ".py",
  31. "mimetype": "text/x-python",
  32. "name": "python",
  33. "nbconvert_exporter": "python",
  34. "pygments_lexer": "ipython3",
  35. "version": "3.7.0"
  36. }
  37. },
  38. "nbformat": 4,
  39. "nbformat_minor": 2
  40. }