From e109d35d764817b744fd4ab8ae59dce35be5b5dc Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sun, 14 Jun 2020 13:41:15 -0400 Subject: added latest lectures --- lessons/first file.ipynb | 63 ------------------------------------------------ 1 file changed, 63 deletions(-) delete mode 100644 lessons/first file.ipynb (limited to 'lessons/first file.ipynb') diff --git a/lessons/first file.ipynb b/lessons/first file.ipynb deleted file mode 100644 index 984f9d5..0000000 --- a/lessons/first file.ipynb +++ /dev/null @@ -1,63 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Hello world\n" - ] - } - ], - "source": [ - "print(\"Hello world\")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "This is a Markdown cell (for notes)." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "print()" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.7.6" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -} -- cgit v1.2.3