{"id":19029972,"url":"https://github.com/statico/tensorflow-kernel-gateway-test","last_synced_at":"2026-06-23T11:32:42.793Z","repository":{"id":136668197,"uuid":"137719973","full_name":"statico/tensorflow-kernel-gateway-test","owner":"statico","description":null,"archived":false,"fork":false,"pushed_at":"2018-06-18T16:42:39.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T20:14:59.988Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/statico.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-18T07:06:23.000Z","updated_at":"2018-06-18T16:42:40.000Z","dependencies_parsed_at":"2023-05-15T00:00:42.331Z","dependency_job_id":null,"html_url":"https://github.com/statico/tensorflow-kernel-gateway-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/statico/tensorflow-kernel-gateway-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statico%2Ftensorflow-kernel-gateway-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statico%2Ftensorflow-kernel-gateway-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statico%2Ftensorflow-kernel-gateway-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statico%2Ftensorflow-kernel-gateway-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statico","download_url":"https://codeload.github.com/statico/tensorflow-kernel-gateway-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statico%2Ftensorflow-kernel-gateway-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34686727,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T21:15:59.710Z","updated_at":"2026-06-23T11:32:42.776Z","avatar_url":"https://github.com/statico.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tensorflow-kernel-gateway-test\n\nTo build:\n\n        docker build --tag test .\n\nThe notebook viewer and editor works fine. Run this, go to the link, edit `test.ipynb`, and click \"Run\" in the cells:\n\n        docker run -it --rm -p 8888:8888 test jupyter notebook --allow-root\n\nBut running the causes an error:\n\n        docker run -it --rm -p 8888:8888 test jupyter kernelgateway\n\nCurrently I get:\n\n```\n[KernelGatewayApp] Kernel started: c0bc4f14-66cb-440a-93a2-97537791e6ca\n[KernelGatewayApp] Kernel shutdown: c0bc4f14-66cb-440a-93a2-97537791e6ca\nTraceback (most recent call last):\n  File \"/usr/local/bin/jupyter-kernelgateway\", line 11, in \u003cmodule\u003e\n    sys.exit(launch_instance())\n  File \"/usr/local/lib/python2.7/dist-packages/jupyter_core/application.py\", line 266, in launch_instance\n    return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)\n  File \"/usr/local/lib/python2.7/dist-packages/traitlets/config/application.py\", line 657, in launch_instance\n    app.initialize(argv)\n  File \"/usr/local/lib/python2.7/dist-packages/kernel_gateway/gatewayapp.py\", line 363, in initialize\n    self.init_configurables()\n  File \"/usr/local/lib/python2.7/dist-packages/kernel_gateway/gatewayapp.py\", line 417, in init_configurables\n    self.personality.init_configurables()\n  File \"/usr/local/lib/python2.7/dist-packages/kernel_gateway/notebook_http/__init__.py\", line 78, in init_configurables\n    self.parent.kernel_manager\n  File \"/usr/local/lib/python2.7/dist-packages/kernel_gateway/services/kernels/pool.py\", line 68, in __init__\n    super(ManagedKernelPool, self).__init__(prespawn_count, kernel_manager)\n  File \"/usr/local/lib/python2.7/dist-packages/kernel_gateway/services/kernels/pool.py\", line 30, in __init__\n    self.kernel_manager.start_seeded_kernel()\n  File \"/usr/local/lib/python2.7/dist-packages/kernel_gateway/services/kernels/manager.py\", line 72, in start_seeded_kernel\n    return ioloop.IOLoop.current().run_sync(start)\n  File \"/usr/local/lib/python2.7/dist-packages/tornado/ioloop.py\", line 581, in run_sync\n    return future_cell[0].result()\n  File \"/usr/local/lib/python2.7/dist-packages/tornado/concurrent.py\", line 260, in result\n    raise_exc_info(self._exc_info)\n  File \"/usr/local/lib/python2.7/dist-packages/tornado/gen.py\", line 1113, in run\n    yielded = self.gen.send(value)\n  File \"/usr/local/lib/python2.7/dist-packages/kernel_gateway/services/kernels/manager.py\", line 109, in start_kernel\n    raise RuntimeError('Error seeding kernel memory', msg['content'])\nRuntimeError: ('Error seeding kernel memory', {u'status': u'error', u'ename': u'ImportError', u'evalue': u'No module named datalab.bigquery', u'traceback': [u'\\x1b[0;31m---------------------------------------------------------------------------\\x1b[0m', u'\\x1b[0;31mImportError\\x1b[0m                               Traceback (most recent call last)', u'\\x1b[0;32m\u003cipython-input-1-e85e1182f9f6\u003e\\x1b[0m in \\x1b[0;36m\u003cmodule\u003e\\x1b[0;34m()\\x1b[0m\\n\\x1b[0;32m----\u003e 1\\x1b[0;31m \\x1b[0;32mimport\\x1b[0m \\x1b[0mgoogle\\x1b[0m\\x1b[0;34m.\\x1b[0m\\x1b[0mdatalab\\x1b[0m\\x1b[0;34m.\\x1b[0m\\x1b[0mbigquery\\x1b[0m \\x1b[0;32mas\\x1b[0m \\x1b[0mbq\\x1b[0m\\x1b[0;34m\\x1b[0m\\x1b[0m\\n\\x1b[0m\\x1b[1;32m      2\\x1b[0m \\x1b[0;32mfrom\\x1b[0m \\x1b[0mgoogle\\x1b[0m\\x1b[0;34m.\\x1b[0m\\x1b[0mcloud\\x1b[0m \\x1b[0;32mimport\\x1b[0m \\x1b[0mbigquery\\x1b[0m\\x1b[0;34m\\x1b[0m\\x1b[0m\\n\\x1b[1;32m      3\\x1b[0m \\x1b[0;32mfrom\\x1b[0m \\x1b[0mgoogle\\x1b[0m\\x1b[0;34m.\\x1b[0m\\x1b[0mcloud\\x1b[0m\\x1b[0;34m.\\x1b[0m\\x1b[0mexceptions\\x1b[0m \\x1b[0;32mimport\\x1b[0m \\x1b[0mNotFound\\x1b[0m\\x1b[0;34m\\x1b[0m\\x1b[0m\\n\\x1b[1;32m      4\\x1b[0m \\x1b[0;32mimport\\x1b[0m \\x1b[0mdatetime\\x1b[0m\\x1b[0;34m\\x1b[0m\\x1b[0m\\n\\x1b[1;32m      5\\x1b[0m \\x1b[0;32mimport\\x1b[0m \\x1b[0mtime\\x1b[0m\\x1b[0;34m\\x1b[0m\\x1b[0m\\n', u'\\x1b[0;31mImportError\\x1b[0m: No module named datalab.bigquery'], u'execution_count': 1, u'user_expressions': {}, u'engine_info': {u'engine_id': -1, u'method': u'execute', u'engine_uuid': u'9ef1118e-3f6a-4187-b1af-fbadafa81dfe'}, u'payload': []})\n~\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatico%2Ftensorflow-kernel-gateway-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatico%2Ftensorflow-kernel-gateway-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatico%2Ftensorflow-kernel-gateway-test/lists"}