Skip to content

Commit 8dd5cbb

Browse files
committed
Changing header
1 parent 5b97035 commit 8dd5cbb

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

Diff for: Exercises/EN/Matplotlib_Seaborn/1_Visualization_with_Pandas.ipynb

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
11
{
22
"cells": [
3-
{
4-
"cell_type": "markdown",
5-
"metadata": {},
6-
"source": [
7-
"# 0. Package Installation - Restart Required\n",
8-
"\n",
9-
"Please run the following line to install the required packages for today's training. Make sure to **restart your kernel** after the installation is finished."
10-
]
11-
},
123
{
134
"cell_type": "code",
145
"execution_count": null,
156
"metadata": {},
167
"outputs": [],
178
"source": [
18-
"%run day_2_package_installation.ipynb"
9+
"!pip install -U -q pandas seaborn matplotlib numpy"
1910
]
2011
},
2112
{

Diff for: Exercises/EN/Matplotlib_Seaborn/1_Visualization_with_Pandas_answers.ipynb

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
11
{
22
"cells": [
3-
{
4-
"cell_type": "markdown",
5-
"metadata": {},
6-
"source": [
7-
"# 0. Package Installation - Restart Required\n",
8-
"\n",
9-
"Please run the following line to install the required packages for today's training. Make sure to **restart your kernel** after the installation is finished."
10-
]
11-
},
123
{
134
"cell_type": "code",
145
"execution_count": null,
156
"metadata": {},
167
"outputs": [],
178
"source": [
18-
"%run day_2_package_installation.ipynb"
9+
"!pip install -U -q pandas seaborn matplotlib numpy"
1910
]
2011
},
2112
{

0 commit comments

Comments
 (0)