An introduction to python

00.index.ipynb 684B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. "# Index\n",
  8. "- [Introduction](http://localhost:8888/notebooks/01.intro.ipynb)\n",
  9. "- [Hello World](http://localhost:8888/notebooks/02.Hello-World.ipynb)"
  10. ]
  11. }
  12. ],
  13. "metadata": {
  14. "kernelspec": {
  15. "display_name": "Python 3",
  16. "language": "python",
  17. "name": "python3"
  18. },
  19. "language_info": {
  20. "codemirror_mode": {
  21. "name": "ipython",
  22. "version": 3
  23. },
  24. "file_extension": ".py",
  25. "mimetype": "text/x-python",
  26. "name": "python",
  27. "nbconvert_exporter": "python",
  28. "pygments_lexer": "ipython3",
  29. "version": "3.6.6"
  30. }
  31. },
  32. "nbformat": 4,
  33. "nbformat_minor": 2
  34. }