zeppelin/testing/env_python_3.7_with_R.yml
Philipp Dallig cd09f93b0d [Hotfix] Add ipython_genutils
### What is this PR for?
Hotfix for CI

### What type of PR is it?
- Hot Fix

### How should this be tested?
* CI should run

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Philipp Dallig <philipp.dallig@gmail.com>

Closes #4265 from Reamer/jupyter_bugfix and squashes the following commits:

dad1ff950 [Philipp Dallig] Add ipython_genutils
2021-11-11 14:04:18 +01:00

34 lines
485 B
YAML

name: python_3_with_R
channels:
- conda-forge
- defaults
dependencies:
- pycodestyle
- scipy
- numpy=1.19.5
- grpcio
- protobuf
- pandasql
- ipython
- ipython_genutils
- ipykernel
- jupyter_client=5
- hvplot
- plotnine
- seaborn
- intake
- intake-parquet
- intake-xarray
- altair
- vega_datasets
- plotly
- pip
- r-base=3
- r-data.table
- r-evaluate
- r-base64enc
- r-knitr
- r-ggplot2
- r-irkernel
- r-shiny
- r-googlevis