JupyterHub Manual¶
Once you have lenstool installed in a conda environment, if you want to have it available in a Jupyter notebook, you need to associate the conda environment to a kernel environment. This can be done with the following steps, assuming that you have installed lenstool in the lenstool_env conda environment
conda activate lenstool_env
conda install ipykernel
python -m ipykernel install --name lenstool_env --display_name lt_kernel
Next, if you start a Jupyterhub server, the environment lt_kernel should be in the list of available kernels. Further information can be found here