From acf41d55293e5d27f87ee108eeedf4b1618a297f Mon Sep 17 00:00:00 2001 From: Chris Han Date: Wed, 27 Jun 2018 16:42:52 -0700 Subject: [PATCH] Created using Colaboratory --- Test.ipynb | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 Test.ipynb diff --git a/Test.ipynb b/Test.ipynb new file mode 100644 index 000000000000..16773328e6c2 --- /dev/null +++ b/Test.ipynb @@ -0,0 +1,66 @@ +{ + "nbformat": 4, + "nbformat_minor": 0, + "metadata": { + "colab": { + "name": "Test.ipynb", + "version": "0.3.2", + "provenance": [], + "include_colab_link": true + }, + "kernelspec": { + "name": "python2", + "display_name": "Python 2" + } + }, + "cells": [ + { + "cell_type": "markdown", + "metadata": { + "id": "view-in-github", + "colab_type": "text" + }, + "source": [ + "[View in Colaboratory](https://colab.research.google.com/github/chan1/bootstrap/blob/master/Test.ipynb)" + ] + }, + { + "metadata": { + "id": "F8JyvuRsnlG1", + "colab_type": "code", + "colab": { + "base_uri": "https://localhost:8080/", + "height": 34 + }, + "outputId": "6b09187f-fb3d-44ab-b0c9-ff446acde763" + }, + "cell_type": "code", + "source": [ + "print \"test\"" + ], + "execution_count": 1, + "outputs": [ + { + "output_type": "stream", + "text": [ + "test\n" + ], + "name": "stdout" + } + ] + }, + { + "metadata": { + "id": "CKdcgckBoFxW", + "colab_type": "code", + "colab": {} + }, + "cell_type": "code", + "source": [ + "" + ], + "execution_count": 0, + "outputs": [] + } + ] +} \ No newline at end of file