Skip to content

Commit

Permalink
tutorial minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pryn-kb committed Oct 11, 2024
1 parent 6a0a5fe commit a68ee40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/.ipynb_checkpoints/tutorials-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"source": [
"## Math\n",
"\n",
"The math module in Python offers functions for basic mathematical operations, such as trigonometry, logarithms, and constants like pi and e. It’s ideal for simple calculations without the need for more complex libraries like NumPy.\n",
"The math module in Python offers functions for basic mathematical operations, such as trigonometry, logarithms, and constants like pi and e. It is ideal for simple calculations without the need for more complex libraries like NumPy.\n",
"\n",
"* [**Math** : Python Math Module](https://www.geeksforgeeks.org/python-math-module/)"
]
Expand All @@ -37,7 +37,7 @@
"source": [
"## Matplotlib\n",
"\n",
"Matplotlib is a powerful Python library for creating a wide range of static, animated, and interactive plots. It's ideal for generating visualizations like line charts, scatter plots, and histograms.\n",
"Matplotlib is a powerful Python library for creating a wide range of static, animated, and interactive plots. It is ideal for generating visualizations like line charts, scatter plots, and histograms.\n",
"\n",
"* [**Matplotlib** : Quick Start Guide](https://matplotlib.org/stable/users/explain/quick_start.html)"
]
Expand Down Expand Up @@ -109,7 +109,7 @@
"source": [
"## Vega-Altair\n",
"\n",
"Vega-Altair is a library for creating interactive and statistical visualizations. Vega-Altair enables users to create complex charts with concise, declarative syntax. It's especially well-suited for exploratory data analysis and visualizing data directly from Pandas DataFrames, offering a wide range of chart types and easy interactivity.\n",
"Vega-Altair is a library for creating interactive and statistical visualizations. Vega-Altair enables users to create complex charts with concise, declarative syntax. It is especially well-suited for exploratory data analysis and visualizing data directly from Pandas DataFrames, offering a wide range of chart types and easy interactivity.\n",
"\n",
"* [**Vega-Altair** : User Guide](https://altair-viz.github.io/user_guide/data.html)"
]
Expand Down
6 changes: 3 additions & 3 deletions docs/tutorials/tutorials.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"source": [
"## Math\n",
"\n",
"The math module in Python offers functions for basic mathematical operations, such as trigonometry, logarithms, and constants like pi and e. It’s ideal for simple calculations without the need for more complex libraries like NumPy.\n",
"The math module in Python offers functions for basic mathematical operations, such as trigonometry, logarithms, and constants like pi and e. It is ideal for simple calculations without the need for more complex libraries like NumPy.\n",
"\n",
"* [**Math** : Python Math Module](https://www.geeksforgeeks.org/python-math-module/)"
]
Expand All @@ -37,7 +37,7 @@
"source": [
"## Matplotlib\n",
"\n",
"Matplotlib is a powerful Python library for creating a wide range of static, animated, and interactive plots. It's ideal for generating visualizations like line charts, scatter plots, and histograms.\n",
"Matplotlib is a powerful Python library for creating a wide range of static, animated, and interactive plots. It is ideal for generating visualizations like line charts, scatter plots, and histograms.\n",
"\n",
"* [**Matplotlib** : Quick Start Guide](https://matplotlib.org/stable/users/explain/quick_start.html)"
]
Expand Down Expand Up @@ -109,7 +109,7 @@
"source": [
"## Vega-Altair\n",
"\n",
"Vega-Altair is a library for creating interactive and statistical visualizations. Vega-Altair enables users to create complex charts with concise, declarative syntax. It's especially well-suited for exploratory data analysis and visualizing data directly from Pandas DataFrames, offering a wide range of chart types and easy interactivity.\n",
"Vega-Altair is a library for creating interactive and statistical visualizations. Vega-Altair enables users to create complex charts with concise, declarative syntax. It is especially well-suited for exploratory data analysis and visualizing data directly from Pandas DataFrames, offering a wide range of chart types and easy interactivity.\n",
"\n",
"* [**Vega-Altair** : User Guide](https://altair-viz.github.io/user_guide/data.html)"
]
Expand Down

0 comments on commit a68ee40

Please sign in to comment.