LibreTexts / metalc

LibreTexts/UCDavis bare-metal Kubernetes cluster running JupyterHub and Binder
http://jupyter.libretexts.org
MIT License
14 stars 2 forks source link

Update our JupyterHub FAQ page #182

Closed sandertyu closed 4 years ago

sandertyu commented 4 years ago

The most immediate thing to update in the FAQ is the process for creating a conda environment on the hub. Currently the page links to some github repositories, but we should just put the information directly on the page. The FAQ is also only available when you are on a JupyterHub webpage; if you are within the JupyterLab interface then you can't directly view our FAQ (at least from my searching). There's a JupyterLab reference and FAQ in the help tab, but those are not maintained by us. It could be nice to add a link to ours here as well I think, if possible.

help

Jason has also suggested we update the "about" page as well. These static pages are available in the jupyter-images repo.

moorepants commented 4 years ago

Yes, I've long wanted a link to the faq in the jupyterlab menu. Good idea!

rkevin-arch commented 4 years ago

Looks like we can write a very simple extension to add it in, something like https://github.com/AARNet/jupyterlab-ext-aarnet-help. We would have to publish it to npm though.

rkevin-arch commented 4 years ago

How does this look? We haven't updated the FAQ page in a while, but I have added an extension that adds a LibreTexts JupyterHub FAQ option in the help menu that opens https://jupyter.libretexts.org/hub/static/external/pages/faq.html.

image image

rkevin-arch commented 4 years ago

https://github.com/LibreTexts/labextension-libretexts-faq. Not sure whether we publish this on npm or not (might be the only elagent way to install it without git clone)

sandertyu commented 4 years ago

We've completed and made this merge. Closing.