conda-forge / ipython-feedstock

A conda-smithy repository for ipython.
BSD 3-Clause "New" or "Revised" License
2 stars 34 forks source link

add ipytkernel dependency ? #71

Closed jschueller closed 5 years ago

jschueller commented 5 years ago

ipykernel is marked as extra dependency for kernels indeed if I use set_matplotlib_formats it requires it and throws an ImportError if it is not present:

IPython.display.set_matplotlib_formats('svg')
  File "/home/conda/feedstock_root/build_artifacts/pyagrum_1551366467574/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages/IPython/core/display.py", line 1435, in set_matplotlib_formats
    from ipykernel.pylab.config import InlineBackend

do we want to add ipytkernel as dependency ?