version pipeline

Jupyter Snippets

Example image

This is a collection of smaller jupyter notebooks for tiny projects or outputs.

Links to HTML-converted Notebooks:

Use --recursive, to clone the repository including its submodules:

git clone --recursive git@gitlab.hrz.tu-chemnitz.de:ad/snippets.git

Developers

To manually bump a version:

semantic-release publish

To create ipynb files from Markdown:

conda activate jupyter_env
jupytext --sync /home/jovyan/work/md/notebook.md

This will create notebooks that can be opened in JupyterLab in the subfolder notebooks/.

IOER RDC Jupyter Base Template v0.11.0