Missing a dependency?ΒΆ
If you installed via pip
or setup.py
, you should have both of
the dependencies (click
and jupyter
) already. If not, try pip
installing them separately.
pip install jupyter click
If you have Anaconda or Miniconda installed, you can run
conda install -yc conda-forge jupyter click