Hello I am trying to set up jupyter-gallery with a local jupyterhub instance.
Have followed the instruction here: https://github.com/OpenHumans/jupyter-gallery
and tryied both
JUPYTERHUB_BASE_URL = http://localhost:8888
and JUPYTERHUB_BASE_URL = real IP:port
But the notebook list under gallery is still empty, and the share option is still not showing in jupyterhub notebook or lab. Anything else needs to be setup before jupyter-gallery can work with a local jupyterhub instance? Thanks.