Skip to content

slemonide/python_text

 
 

Repository files navigation

python text using an internal git repo

This is a sample jupyterhub setup for a jupyterbook. Basic approach:

  1. bind mount two directories -- a github repository for the notebooks (read-only) and a home_dirs repository for persisting user notebooks spawned by docker spawner.

  2. To try this out on localhost:

    cp -a notebooks_source git_repo
    cd git_repo
    git init
    git add -f *
    git commit -m 'init'
    

    Then:

    a) docker-compose build content
    b) docker-compose build jupyterhub
    c) docker-compose build notebook d) docker-compose up

    server should be running on localhost:8500 with dummyAuthenticator

next steps

Add apache webserver to serve _build/html/ files that pull individual notebooks from a github repo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 69.1%
  • Python 13.2%
  • C++ 7.9%
  • Shell 6.4%
  • Dockerfile 3.4%