Skip to content

Commit c4721e9

Browse files
committed
fix toc and minor python code
1 parent ec558e1 commit c4721e9

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

data_management_learning_path/_toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ parts:
3333
- file: exd_api/overview
3434
title: Overview
3535
- file: exd_api/test_exd_service
36-
- url: https://github.com/peak-solution?view_as=public#connect-your-data
37-
title: Existing EXD-API Plugins (external)
3836
- url: https://github.com/peak-solution/asam_ods_exd_api_mdf4/blob/main/README.md
3937
title: ASAM ODS EXD-API MDF4 plugin (external)
4038
- caption: Work with Apache Spark

data_management_learning_path/ods/kaggl_electric_motor_temperature_example.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@
564564
},
565565
{
566566
"cell_type": "code",
567-
"execution_count": 11,
567+
"execution_count": null,
568568
"metadata": {},
569569
"outputs": [
570570
{
@@ -590,10 +590,10 @@
590590
],
591591
"source": [
592592
"fig, ax = plt.subplots()\n",
593-
"ax.plot(dm_df['Motor_speed'], dm_df['Torque'])\n",
594-
"ax.set_title(profile_name)\n",
595-
"ax.set_ylabel('Torque in Nm')\n",
596-
"ax.set_xlabel('Motor speed in rpm')"
593+
"_ = ax.plot(dm_df['Motor_speed'], dm_df['Torque'])\n",
594+
"_ = ax.set_title(profile_name)\n",
595+
"_ = ax.set_ylabel('Torque in Nm')\n",
596+
"_ = ax.set_xlabel('Motor speed in rpm')"
597597
]
598598
},
599599
{

0 commit comments

Comments
 (0)