Skip to content

interleap task (harshitha) #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions activities/1.1-basic-jupyter-notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"id": "f2b4273a",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hello, JupyterLab!\n"
"Hello, Uppara Harshitha\n"
]
}
],
"source": [
"# This is a Python code cell\n",
"print('Hello, JupyterLab!')"
"print('Hello, Uppara Harshitha')"
]
},
{
Expand Down Expand Up @@ -159,7 +159,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.3"
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down
26 changes: 13 additions & 13 deletions activities/1.2-using-matplotlib.ipynb

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions playground.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"cells": [],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
54 changes: 49 additions & 5 deletions src/1-line-plot.ipynb

Large diffs are not rendered by default.

52 changes: 47 additions & 5 deletions src/2-bar-plot.ipynb

Large diffs are not rendered by default.

56 changes: 52 additions & 4 deletions src/3-scatter-plot.ipynb

Large diffs are not rendered by default.

49 changes: 45 additions & 4 deletions src/4-pie-chart.ipynb

Large diffs are not rendered by default.

71 changes: 67 additions & 4 deletions src/5-subplot.ipynb

Large diffs are not rendered by default.

50 changes: 46 additions & 4 deletions src/6-histogram.ipynb

Large diffs are not rendered by default.