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.
2 parents de23f0f + 9ba8515 commit 64787edCopy full SHA for 64787ed
4 files changed
ci_scripts/install.sh
@@ -25,8 +25,9 @@ popd
25
# Configure the conda environment and put it in the path using the
26
# provided versions
27
conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
28
- numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION matplotlib scikit-learn nbconvert nbformat jupyter_client ipython
+ numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION matplotlib scikit-learn nbconvert nbformat jupyter_client ipython jupyter notebook ipykernel pandas
29
source activate testenv
30
+ipython kernel install
31
32
33
if [[ "$COVERAGE" == "true" ]]; then
0 commit comments