Skip to content

Commit 8020cf4

Browse files
committed
fixed lab02 and lab04
1 parent 786998b commit 8020cf4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lab_02/lab_02_example.ipynb

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 3,
5+
"execution_count": null,
66
"metadata": {
77
"id": "zTjNVsgG7X76"
88
},
99
"outputs": [],
1010
"source": [
1111
"import pandas as pd\n",
12-
"from matplotlib import pyplot as plt\n",
1312
"import plotly"
1413
]
1514
},

lab_04/flask_lab_example.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
from flask import Flask, jsonify, request
1+
from flask import Flask
2+
from flask import request
23
import pandas as pd
34

45
app = Flask(__name__)

0 commit comments

Comments
 (0)