Skip to content

gratipine/ci_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ci_example

Example of how a CI pipeline works in github

Environment set up

python -m venv .venv 
pip install -r requirements.txt
.venv\Scripts\activate

How to render a notebook

You need to have installed Tex and pandoc, but it is easy enough to follow the error messages.

jupyter nbconvert --to pdf notebooks\rendering_example.ipynb --output output.pdf --TagRemovePreprocessor.enabled=True --TagRemovePreprocessor.remove_cell_tags remove-cell --TagRemovePreprocessor.remove_input_tags hide-input

About

Example of how a CI pipeline works in github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published