Skip to content

Commit

Permalink
enh: transfer methods notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Nov 5, 2024
1 parent a30b8fa commit 97c06da
Show file tree
Hide file tree
Showing 11 changed files with 911 additions and 445 deletions.
8 changes: 1 addition & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@ repos:
- id: nbqa-pyupgrade
additional_dependencies: [ pyupgrade ]
args: [ --py39-plus ]
#
# - repo: https://github.com/ambv/black
# rev: 21.9b0
# hooks:
# - id: black
# args: [ --line-length=120 ]
#

- repo: https://github.com/kynan/nbstripout
rev: 0.8.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion advanced-python/20DataAndPlotting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@
"kernelspec": {
"display_name": "Python [conda env:101python]",
"language": "python",
"name": "conda-env-101python-py"
"name": "python"
},
"language_info": {
"codemirror_mode": {
Expand Down
2 changes: 1 addition & 1 deletion python/01basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@
"kernelspec": {
"display_name": "Python [conda env:101python]",
"language": "python",
"name": "conda-env-101python-py"
"name": "python"
},
"language_info": {
"codemirror_mode": {
Expand Down
2 changes: 1 addition & 1 deletion python/conditions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@
"kernelspec": {
"display_name": "Python [conda env:101python]",
"language": "python",
"name": "conda-env-101python-py"
"name": "python"
},
"language_info": {
"codemirror_mode": {
Expand Down
2 changes: 1 addition & 1 deletion python/dictionaries.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@
"kernelspec": {
"display_name": "Python [conda env:101python]",
"language": "python",
"name": "conda-env-101python-py"
"name": "python"
},
"language_info": {
"codemirror_mode": {
Expand Down
2 changes: 1 addition & 1 deletion python/lists.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,7 @@
"kernelspec": {
"display_name": "Python [conda env:101python]",
"language": "python",
"name": "conda-env-101python-py"
"name": "python"
},
"language_info": {
"codemirror_mode": {
Expand Down
2 changes: 1 addition & 1 deletion python/methods.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@
"kernelspec": {
"display_name": "Python [conda env:101python]",
"language": "python",
"name": "conda-env-101python-py"
"name": "python"
},
"language_info": {
"codemirror_mode": {
Expand Down
Loading

0 comments on commit 97c06da

Please sign in to comment.