Merge in "release-0.6.4"

This commit is contained in:
Alexander Hess 2020-02-09 23:04:36 +01:00
commit 7235c2773c
3 changed files with 496 additions and 181 deletions

View file

@ -3237,7 +3237,11 @@
{
"cell_type": "code",
"execution_count": 96,
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": [
{
"data": {
@ -3256,7 +3260,11 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "skip"
}
},
"source": [
"For sure, we need to include operators to achieve something useful."
]
@ -3266,7 +3274,7 @@
"execution_count": 97,
"metadata": {
"slideshow": {
"slide_type": "-"
"slide_type": "fragment"
}
},
"outputs": [
@ -3301,7 +3309,7 @@
"execution_count": 98,
"metadata": {
"slideshow": {
"slide_type": "-"
"slide_type": "fragment"
}
},
"outputs": [
@ -3336,7 +3344,7 @@
"execution_count": 99,
"metadata": {
"slideshow": {
"slide_type": "-"
"slide_type": "fragment"
}
},
"outputs": [
@ -3371,7 +3379,7 @@
"execution_count": 100,
"metadata": {
"slideshow": {
"slide_type": "-"
"slide_type": "fragment"
}
},
"outputs": [

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "intro-to-python"
version = "0.6.3"
version = "0.6.4"
description = "An introduction to Python and programming for wanna-be data scientists"
authors = ["Alexander Hess <alexander@webartifex.biz>"]
license = "MIT"