-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jupyterbooks served from gitlab #41
Comments
I think the github repo link leads to medium article instead of the repo. Here is the correct one: https://github.com/loomchild/volume-backup |
Would we have people editing the book on the eoas server using jupyterhub? Are they going to save their work to git? |
possibly -- but probably just bind mount their home directories to a host folder. I'll go over the setup I've started here: https://github.com/phaustin/python_text at our meeting. Here's the config: and here's the compose file: |
How are the books going to be edited (the actual text, not when code from them is run in jupyther)? |
My workflow (which I need to write down someplace)
|
Also, here's that thread I mentioned about myst/knitr/pandoc design: executablebooks/meta#133 (reply in thread) |
latest commit works correctly by fetching md pages from github (first time need to right-click on rocket to open tab to log in, then right click again to open page on jupyterhub): https://github.com/phaustin/python_text/blob/3d2c33eb5ad20901ecfc4661a7e7911c5993efb4/notebooks_source/_config.yml#L16-L19 Next I'll make apache serve the pages and set up a dump git server to localhost instead of github |
On second thought -- fetching from github is good enough for now. I've moved some parameters from |
You can add See https://stackoverflow.com/questions/19331497/set-environment-variables-from-file-of-key-value-pairs |
nice --that's working on master. Also updated sphinx-book-theme launch button. |
Re jekyll -- note that we don't need any help formating the static pages -- jupyterbook is self-contained. A typical gh-pages deployment: https://github.com/eoas-ubc/eoas-ubc.github.io/tree/master |
Yeah, I only used jekyll to test things out. |
figure out a workflow that would allow us to upload and download jupyterbooks to an eoas server, and create archived juputerbooks from git repos
write an ansible playbook to spin up a jupyterhub from an archived jupyterbook
The text was updated successfully, but these errors were encountered: