Skip to content

npikall/cookiecutter-tuw-jupyter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cookiecutter TUWien Jupyter template

This template is mean for creating Jupyter notebooks for lectures and labs.

Requirements

This template depends on the frameworks:

Dependency management

Make sure to add python packages to the manifest file for managing the environment and creation of reproducible workflows in the JupyterHub. The preferred way to add dependencies is as follows:

poetry add <package>

Followed by:

poetry lock

The latter writes all the packages and their exact versions that it downloaded to a poetry.lock file, locking the project to those specific versions. This gives the most robust results for reproducing the Jupyter workflows.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.7%
  • Makefile 1.3%