We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a03861 commit 61e60aaCopy full SHA for 61e60aa
lectures/inflation_history.md
@@ -4,7 +4,7 @@ jupytext:
4
extension: .md
5
format_name: myst
6
format_version: 0.13
7
- jupytext_version: 1.16.1
+ jupytext_version: 1.16.7
8
kernelspec:
9
display_name: Python 3 (ipykernel)
10
language: python
@@ -35,6 +35,7 @@ from packaging.version import Version
35
36
if Version(version("pandas")) < Version('2.1.4'):
37
!pip install "pandas>=2.1.4"
38
+ pass
39
```
40
41
We can then import the Python modules we will use.
0 commit comments