Closed MathewBiddle closed 3 years ago
Pointing to this might be sufficient. However, I am having trouble building it.
To run this locally, we need to have the content
folder relative to the _config.yml
and _toc.yml
files.
The steps are as follows:
pip -U install jupyter-book
jupyter-book build <name-of-the-book>
Once we have agreed to move forward with Jupyter{Book} we should document how to deploy it on your local machine. Might be a simple update to https://github.com/ioos/notebooks_demos/wiki/Deploying-demo-center-website-on-your-local-machine.
I am making changes to that deploying-locally.md file but with reference to how the future repo would probably look like.
@MathewBiddle, I guess this should be fine for the Deploying-demo-center-website-on-your-local-machine.md.
Requirements:
Installation:
Clone the notebooks_demo repository.
git clone https://github.com/ioos/notebooks_demos.git
jupyter-book build jupyterbook
Fixed my problems by updating jupyter-book. I'll add this to the wiki once #409 is merged.
Seems cool!
Could we add that the jupyerbook can also be built using juyter-book build .
when you're inside the jupyerbook folder?
Super cool!
Once we have agreed to move forward with Jupyter{Book} we should document how to deploy it on your local machine. Might be a simple update to https://github.com/ioos/notebooks_demos/wiki/Deploying-demo-center-website-on-your-local-machine.