Install DeepHyper with Jupyter#
Sometimes the environment in which DeepHyper was installed is not detected by Jupyter. To create a custom Jupyter kernel run the following from your activated Conda environment:
$ python -m ipykernel install --user --name deephyper --display-name "Python (deephyper)"
Now when you open a Jupyter notebook the Python (deephyper)
kernel will be available.
Note
More details about DeepHyper’s installation can be found in the Install DeepHyper with pip section.