Skip to content

Instantly share code, notes, and snippets.

@AVyacheslavovna
Created June 1, 2020 12:17
Show Gist options
  • Save AVyacheslavovna/313f26c33eecb8fe3848bb8b4f51a4be to your computer and use it in GitHub Desktop.
Save AVyacheslavovna/313f26c33eecb8fe3848bb8b4f51a4be to your computer and use it in GitHub Desktop.
Created on Skills Network Labs
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Capstone project"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hello Capstone Project Course!\n"
]
}
],
"source": [
"import pandas as pd\n",
"import numpy as np\n",
"print ('Hello Capstone Project Course!')"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python",
"language": "python",
"name": "conda-env-python-py"
},
"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.6.10"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment