GitHunt
NG

ngohgia/jupyter-pages-demo

A demo for Jupyter to Github pages action conversion.

jupyter-pages-demo

A demo for Jupyter to Github pages action

How to update the notebooks

  • Create a Python virtual environment and activate it

      python -m venv .venv
      source .venv/bin/activate
    
  • Install dependencies

    pip install -r requirements.txt

  • Run Jupyter notebooks:

    jupyter notebook

  • Modify your notebooks and push. A workflow will take care of publish them at this repository pages.

Contributors

MIT License
Created November 16, 2024
Updated November 16, 2024
ngohgia/jupyter-pages-demo | GitHunt