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. .. code:: sh pip install jupyter click If you have `Anaconda `__ or `Miniconda `__ installed, you can run .. code:: sh conda install -yc conda-forge jupyter click