# IT4Innovations 2019 easyblock = "PythonPackage" name = 'jupyter' version = '1.0.0' homepage = 'https://jupyter.org' description = """The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text.""" toolchain = {'name': 'Py', 'version': '3.6'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] patches = ['jupyter-1.0.0-Py-3.6.patch'] dependencies = [ ('tornado', '6.0.3'), ('Jinja2', '2.10.3'), ('pandocfilters', '1.4.2'), ('prometheus_client', '0.7.1'), ] sanity_check_paths = { 'dirs': [], 'files': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6sdfk.egg'], } moduleclass = 'python'