Skip to content

Documentation on how to use the Jupyterhub service

Notifications You must be signed in to change notification settings

hpcleuven/jupyterhub-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aeaf866 · Apr 20, 2023

History

31 Commits
Nov 8, 2021
Sep 8, 2021
Sep 8, 2021
Sep 8, 2021
Sep 9, 2021
Sep 8, 2021
Sep 9, 2021
Nov 8, 2021
Apr 20, 2023
Sep 10, 2021
Nov 8, 2021

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