Skip to content

Documentation on how to use the Jupyterhub service

Notifications You must be signed in to change notification settings

jooghe/jupyterhub-doc-1

 
 

Repository files navigation

# JupyterHub user documentation

The master branch is deployed at https://hpcleuven.github.io/jupyterhub-doc/
using Github Pages.

To locally render the documentation, you will need Jekyll and Bundler.
One way to install the required dependencies is to create a Conda environment
from the supplied YAML file:

~$ cd jupyterhub-doc
~$ conda env create -f ./environment.yml -n hyde
~$ conda activate hyde
~$ gem install bundler

and for the additional GEMs:

~$ cd jupyterhub-doc
~$ bundle install

The Jekyll server can then be launched as follows:

~$ bundle exec jekyll serve

About

Documentation on how to use the Jupyterhub service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%