We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeea972 commit 598d6beCopy full SHA for 598d6be
.github/workflows/docbuild-and-upload.yml
@@ -40,10 +40,6 @@ jobs:
40
- name: Build Pandas
41
uses: ./.github/actions/build_pandas
42
43
- - name: Install build dependencies
44
- run: |
45
- python -m pip install -r web/pandas/requirements.txt
46
-
47
- name: Build website
48
run: python web/pandas_web.py web/pandas --target-path=web/build
49
environment.yml
@@ -121,3 +121,8 @@ dependencies:
121
- pyreadstat # pandas.read_spss
122
- tabulate>=0.8.3 # DataFrame.to_markdown
123
- natsort # DataFrame.sort_values
124
+
125
+ # build the interactive terminal
126
+ - jupyterlab >=3.4,<4
127
+ - pip:
128
+ - jupyterlite==0.1.0b9
web/pandas/requirements.txt
0 commit comments