# IT4Innovations 2019 easyblock = "PythonPackage" name = 'notebook' version = '6.0.2' homepage = 'https://pypi.org/project/notebook' description = 'The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text.' toolchain = {'name': 'Py', 'version': '3.6'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] #dependencies = [ # ('MarkupSafe', '1.1.1'), #] use_pip = True download_dep_fail = True options = {'modulename': 'os'} sanity_check_paths = { 'files': [], 'dirs': ['lib/python3.6/site-packages/%(name)s'], } moduleclass = 'python'