We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1e98a commit 5193d9dCopy full SHA for 5193d9d
.gitmodules
@@ -3,4 +3,4 @@
3
url = https://github.com/ComputationalMethods/Evaluacion2020-1
4
[submodule "Evaluacion_2020-2"]
5
path = Evaluacion_2020-2
6
- url = git@github.com:ComputationalMethods/Evaluacion_2020-2.git
+ url = https://github.com/ComputationalMethods/Evaluacion_2020-2.git
material/overview-python.ipynb
@@ -3588,6 +3588,15 @@
3588
"input('What was the Google query that you ask?:\\n')"
3589
]
3590
},
3591
+ {
3592
+ "cell_type": "code",
3593
+ "execution_count": null,
3594
+ "metadata": {},
3595
+ "outputs": [],
3596
+ "source": [
3597
+ "np.sin(θ)"
3598
+ ]
3599
+ },
3600
{
3601
"cell_type": "markdown",
3602
"metadata": {},
0 commit comments