Skip to content

Commit

Permalink
Update notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Apr 18, 2021
1 parent 0d0edb9 commit cdf6922
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 17 deletions.
8 changes: 4 additions & 4 deletions notebooks/file_inference.ipynb
Expand Up @@ -133,7 +133,7 @@
" - ${VIRTUAL_ENV}\n",
"\n",
"before_install:\n",
" - curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python\n",
" - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -\n",
" - source $HOME/.poetry/env\n",
" - make doctor\n",
"\n",
Expand Down Expand Up @@ -213,8 +213,8 @@
" - ${VIRTUAL_ENV}\n",
"\n",
"before_install:\n",
" - curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py\n",
" | python\n",
" - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py\n",
" | python -\n",
" - source $HOME/.poetry/env\n",
" - make doctor\n",
"install:\n",
Expand Down Expand Up @@ -258,7 +258,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.0"
"version": "3.9.4"
}
},
"nbformat": 4,
Expand Down
3 changes: 1 addition & 2 deletions notebooks/format_options.ipynb
Expand Up @@ -142,7 +142,6 @@
"my_float = 1.23\n",
"my_int = 42\n",
"my_str = \"Hello, world!\"\n",
"\n",
"[[my_list]]\n",
"value = 1\n",
"\n",
Expand Down Expand Up @@ -241,7 +240,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.0"
"version": "3.9.4"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions notebooks/generic_types.ipynb
Expand Up @@ -87,7 +87,7 @@
{
"data": {
"text/plain": [
"Dictish(contents=[<__main__.Pair object at 0x103c56070>, <__main__.Pair object at 0x103c56580>])"
"Dictish(contents=[<__main__.Pair object at 0x10f298e80>, <__main__.Pair object at 0x10f298790>])"
]
},
"execution_count": null,
Expand Down Expand Up @@ -141,7 +141,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.0"
"version": "3.9.4"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/manager_api.ipynb
Expand Up @@ -232,7 +232,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.0"
"version": "3.9.4"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/mapper_api.ipynb
Expand Up @@ -309,7 +309,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.0"
"version": "3.9.4"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/nested_dataclass.ipynb
Expand Up @@ -168,7 +168,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.0"
"version": "3.9.4"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/patched_containers.ipynb
Expand Up @@ -312,7 +312,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.0"
"version": "3.9.4"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/readme.ipynb
Expand Up @@ -213,7 +213,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.0"
"version": "3.9.4"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/roundtrip_comments.ipynb
Expand Up @@ -209,7 +209,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.0"
"version": "3.9.4"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -88,12 +88,12 @@ coveragespace = "^4.0"
# Documentation
mkdocs = "~1.0"
pygments = "^2.7.4"
papermill = "*"

# Notebooks
ipython = "^7.4"
jupyter = "^1.0"
nbstripout ="*"
nbstripout ="~0.3.9"
papermill = "^2.2"

[tool.black]

Expand Down

0 comments on commit cdf6922

Please sign in to comment.