Created
November 20, 2016 21:07
-
-
Save mazz/e609b602de060741a20417b4c883e776 to your computer and use it in GitHub Desktop.
ipython_server_log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(sauna1_env)➜ pic2pic ipython --version | |
3.2.3 | |
(sauna1_env)➜ [email protected] cat notebook.stderr.log | |
Starting notebook, daemon True | |
Starting with context {'websocket_url': 'ws://localhost:40000', 'greeting': '\n\nAvailable variables and functions:\n\n* **app** - The [WSGI application](http://docs.pylonsproject.org/docs/pyramid/en/latest/api/paster.html?highlight=wsgi%20application#pyramid.paster.get_app) object generated by bootstrapping.\n* **request** - A [pyramid.request.Request](http://docs.pylonsproject.org/projects/pyramid/en/latest/api/request.html#pyramid.request.Request) object implying the current request state for your script.\n* **root** - The resource [root](http://docs.pylonsproject.org/docs/pyramid/en/latest/glossary.html#term-root) of your Pyramid application. This is an object generated by the [root factory](http://docs.pylonsproject.org/docs/pyramid/en/latest/glossary.html#term-root-factory) configured in your application.\n* **registry** - The application [registry](http://docs.pylonsproject.org/docs/pyramid/en/latest/glossary.html#term-application-registry) of your Pyramid application.\n\n* **datetime** - Python [datetime module](https://docs.python.org/3.5/library/datetime.html)\n* **time** - Python [time module](https://docs.python.org/3.5/library/time.html)\n* **transaction** - Zope [transaction manager](http://zodb.readthedocs.org/en/latest/transactions.html), e.g. `transaction.commit()`\n\n* **sqlalchemy** - sqlachemy module\n* **dbsession** - SQLAlchemy database session\n* **now()** - UTC time as timezone aware datetime object\n* **initializer** - websauna.system.Initializer instance\n\n* **UserGroup** - websauna.system.user.models.UserGroup\n* **Group** - websauna.system.user.models.Group\n* **User** - websauna.system.user.models.User\n* **Activation** - websauna.system.user.models.Activation\n\n', 'extra_template_paths': ['/home/maz/webapp/sauna1_env/lib/python3.5/site-packages/pyramid_notebook/server/templates'], 'context_hash': -2012696252094073189, 'jinja_environment_options': {}, 'allow_origin': 'http://manosphere.xyz:6543', 'http_port': 40000, 'notebook_path': '/notebook/', 'startup': "\n\nfrom pkg_resources import load_entry_point\nfrom pyramid_notebook.utils import change_directory\n\n# We need to use this to trigger a proper namespaced package loading\n# due to different approaches between pip / easy_install / python setup.py develop\n# (it doesn't matter which entry point we load as long as it's from websauna package)\nentry_point = load_entry_point('websauna', 'console_scripts', 'ws-shell')\n\nfrom websauna.system.devop.cmdline import init_websauna_script_env\n\n# Our development.ini, production.ini, etc.\nconfig_file = '/home/maz/webapp/sauna1_env/pic2pic/pic2pic/conf/development.ini'\n\nwith change_directory('/home/maz/webapp/sauna1_env/pic2pic'):\n script_env = init_websauna_script_env(config_file)\n globals().update(script_env)\n\n\nimport datetime\nimport time\nimport transaction\n\n\ndbsession = request.dbsession\nfrom websauna.utils.time import now\nimport sqlalchemy\n\nfrom websauna.system.user.models import UserGroup\nfrom websauna.system.user.models import Group\nfrom websauna.system.user.models import User\nfrom websauna.system.user.models import Activation\n\n"} | |
Launching on localhost:40000, having context {'extra_template_paths': ['/home/maz/webapp/sauna1_env/lib/python3.5/site-packages/pyramid_notebook/server/templates'], 'jinja_environment_options': {}, 'allow_origin': 'http://manosphere.xyz:6543', 'pid': 9269, 'websocket_url': 'ws://localhost:40000', 'greeting': '\n\nAvailable variables and functions:\n\n* **app** - The [WSGI application](http://docs.pylonsproject.org/docs/pyramid/en/latest/api/paster.html?highlight=wsgi%20application#pyramid.paster.get_app) object generated by bootstrapping.\n* **request** - A [pyramid.request.Request](http://docs.pylonsproject.org/projects/pyramid/en/latest/api/request.html#pyramid.request.Request) object implying the current request state for your script.\n* **root** - The resource [root](http://docs.pylonsproject.org/docs/pyramid/en/latest/glossary.html#term-root) of your Pyramid application. This is an object generated by the [root factory](http://docs.pylonsproject.org/docs/pyramid/en/latest/glossary.html#term-root-factory) configured in your application.\n* **registry** - The application [registry](http://docs.pylonsproject.org/docs/pyramid/en/latest/glossary.html#term-application-registry) of your Pyramid application.\n\n* **datetime** - Python [datetime module](https://docs.python.org/3.5/library/datetime.html)\n* **time** - Python [time module](https://docs.python.org/3.5/library/time.html)\n* **transaction** - Zope [transaction manager](http://zodb.readthedocs.org/en/latest/transactions.html), e.g. `transaction.commit()`\n\n* **sqlalchemy** - sqlachemy module\n* **dbsession** - SQLAlchemy database session\n* **now()** - UTC time as timezone aware datetime object\n* **initializer** - websauna.system.Initializer instance\n\n* **UserGroup** - websauna.system.user.models.UserGroup\n* **Group** - websauna.system.user.models.Group\n* **User** - websauna.system.user.models.User\n* **Activation** - websauna.system.user.models.Activation\n\n', 'context_hash': -2012696252094073189, 'notebook_name': 'default-2012696252094073189.ipynb', 'http_port': 40000, 'kill_timeout': 1800, 'notebook_path': '/notebook/', 'startup': "\n\nfrom pkg_resources import load_entry_point\nfrom pyramid_notebook.utils import change_directory\n\n# We need to use this to trigger a proper namespaced package loading\n# due to different approaches between pip / easy_install / python setup.py develop\n# (it doesn't matter which entry point we load as long as it's from websauna package)\nentry_point = load_entry_point('websauna', 'console_scripts', 'ws-shell')\n\nfrom websauna.system.devop.cmdline import init_websauna_script_env\n\n# Our development.ini, production.ini, etc.\nconfig_file = '/home/maz/webapp/sauna1_env/pic2pic/pic2pic/conf/development.ini'\n\nwith change_directory('/home/maz/webapp/sauna1_env/pic2pic'):\n script_env = init_websauna_script_env(config_file)\n globals().update(script_env)\n\n\nimport datetime\nimport time\nimport transaction\n\n\ndbsession = request.dbsession\nfrom websauna.utils.time import now\nimport sqlalchemy\n\nfrom websauna.system.user.models import UserGroup\nfrom websauna.system.user.models import Group\nfrom websauna.system.user.models import User\nfrom websauna.system.user.models import Activation\n\n"} | |
Dropping startup script /tmp/pyramid_notebook/[email protected]/.ipython/profile_default/startup/startup.py | |
[D 11:59:17.315 NotebookApp] Config changed: | |
[D 11:59:17.315 NotebookApp] {'NotebookApp': {'open_browser': False, 'extra_template_paths': ['/home/maz/webapp/sauna1_env/lib/python3.5/site-packages/pyramid_notebook/server/templates'], 'log_level': 10, 'allow_origin': 'http://manosphere.xyz:6543', 'websocket_url': 'ws://localhost:40000', 'port': 40000, 'base_url': '/notebook/'}} | |
[D 11:59:17.318 NotebookApp] IPYTHONDIR set to: /tmp/pyramid_notebook/[email protected]/.ipython | |
[D 11:59:17.320 NotebookApp] Using existing profile dir: '/tmp/pyramid_notebook/[email protected]/.ipython/profile_default' | |
[D 11:59:17.320 NotebookApp] Searching path ['/tmp/pyramid_notebook/[email protected]', '/tmp/pyramid_notebook/[email protected]/.ipython/profile_default', '/usr/local/etc/ipython', '/etc/ipython'] for config files | |
[D 11:59:17.322 NotebookApp] Attempting to load config file: ipython_config.py | |
[D 11:59:17.322 NotebookApp] Attempting to load config file: ipython_notebook_config.py | |
[I 11:59:17.326 NotebookApp] Writing notebook server cookie secret to /tmp/pyramid_notebook/[email protected]/.ipython/profile_default/security/notebook_cookie_secret | |
[D 11:59:17.327 NotebookApp] searching for local mathjax in ['/tmp/pyramid_notebook/[email protected]/.ipython/nbextensions', '/home/maz/webapp/sauna1_env/share/jupyter/nbextensions', '/usr/local/share/jupyter/nbextensions', '/usr/share/jupyter/nbextensions'] | |
[D 11:59:17.327 NotebookApp] searching for local mathjax in ['/tmp/pyramid_notebook/[email protected]/.ipython/profile_default/static', '/home/maz/webapp/sauna1_env/lib/python3.5/site-packages/IPython/html/static'] | |
[I 11:59:17.327 NotebookApp] Using MathJax from CDN: https://cdn.mathjax.org/mathjax/latest/MathJax.js | |
[I 11:59:17.500 NotebookApp] Serving notebooks from local directory: /tmp/pyramid_notebook/[email protected] | |
[I 11:59:17.500 NotebookApp] 0 active kernels | |
[I 11:59:17.500 NotebookApp] The IPython Notebook is running at: http://localhost:40000/notebook/ | |
[I 11:59:17.500 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). | |
[D 11:59:19.361 NotebookApp] Using contents: services/contents | |
[D 11:59:19.419 NotebookApp] 200 GET /notebook/notebooks/default-2012696252094073189.ipynb (::1) 59.91ms | |
[D 11:59:19.538 NotebookApp] 200 GET /notebook/static/components/jquery-ui/themes/smoothness/jquery-ui.min.css?v=60f0405edd95e7135ec6a0bbc36d1385 (::1) 5.03ms | |
[D 11:59:19.546 NotebookApp] 200 GET /notebook/static/components/bootstrap-tour/build/css/bootstrap-tour.min.css?v=a4cb9f45d5e14ac3ab0da3b9cf779f5e (::1) 2.43ms | |
[D 11:59:19.581 NotebookApp] 200 GET /notebook/static/style/style.min.css?v=c7799d19efee759f50adf6ba50036641 (::1) 2.05ms | |
[D 11:59:19.588 NotebookApp] 200 GET /notebook/static/components/codemirror/lib/codemirror.css?v=1c26f7d1f30cbcc58982178f588906d5 (::1) 1.39ms | |
[D 11:59:19.599 NotebookApp] 200 GET /notebook/static/notebook/css/override.css?v=e6f18013b8771987812e992b38ec3318 (::1) 1.05ms | |
[D 11:59:19.605 NotebookApp] 200 GET /notebook/static/custom/custom.css?v=900035aa0c126bb85df55c5b3e51b6f1 (::1) 0.86ms | |
[D 11:59:19.648 NotebookApp] 200 GET /notebook/static/components/es6-promise/promise.min.js?v=f004a16cb856e0ff11781d01ec5ca8fe (::1) 1.19ms | |
[D 11:59:19.656 NotebookApp] 200 GET /notebook/static/components/requirejs/require.js?v=640929dac3c23a448d2eebc37bc32062 (::1) 1.17ms | |
[D 11:59:19.662 NotebookApp] 200 GET /notebook/static/base/images/favicon.ico?v=30780f272ab4aac64aa073a841546240 (::1) 1.09ms | |
[D 11:59:19.682 NotebookApp] 200 GET /notebook/static/notebook/js/main.js?v=4558dc4f3e6d1ab6bddaa6f77df23f6c (::1) 1.36ms | |
[D 11:59:19.690 NotebookApp] 200 GET /notebook/static/components/text-encoding/lib/encoding.js?v=d5bb0fc9ffeff7d98a69bb83daa51052 (::1) 1.47ms | |
[D 11:59:20.097 NotebookApp] 200 GET /notebook/static/components/jquery/jquery.min.js?v=20161120115917 (::1) 2.06ms | |
[D 11:59:20.100 NotebookApp] 200 GET /notebook/static/base/js/namespace.js?v=20161120115917 (::1) 1.82ms | |
[D 11:59:20.114 NotebookApp] 200 GET /notebook/static/notebook/js/notebook.js?v=20161120115917 (::1) 2.84ms | |
[D 11:59:20.120 NotebookApp] 200 GET /notebook/static/services/contents.js?v=20161120115917 (::1) 5.06ms | |
[D 11:59:20.141 NotebookApp] 200 GET /notebook/static/services/config.js?v=20161120115917 (::1) 1.64ms | |
[D 11:59:20.164 NotebookApp] 200 GET /notebook/static/base/js/utils.js?v=20161120115917 (::1) 1.72ms | |
[D 11:59:20.170 NotebookApp] 200 GET /notebook/static/base/js/page.js?v=20161120115917 (::1) 4.63ms | |
[D 11:59:20.182 NotebookApp] 200 GET /notebook/static/base/js/events.js?v=20161120115917 (::1) 3.23ms | |
[D 11:59:20.200 NotebookApp] 200 GET /notebook/static/auth/js/loginwidget.js?v=20161120115917 (::1) 1.43ms | |
[D 11:59:20.220 NotebookApp] 200 GET /notebook/static/notebook/js/maintoolbar.js?v=20161120115917 (::1) 1.67ms | |
[D 11:59:20.255 NotebookApp] 200 GET /notebook/static/notebook/js/quickhelp.js?v=20161120115917 (::1) 1.77ms | |
[D 11:59:20.261 NotebookApp] 200 GET /notebook/static/notebook/js/pager.js?v=20161120115917 (::1) 1.13ms | |
[D 11:59:20.292 NotebookApp] 200 GET /notebook/static/notebook/js/menubar.js?v=20161120115917 (::1) 1.62ms | |
[D 11:59:20.296 NotebookApp] 200 GET /notebook/static/notebook/js/notificationarea.js?v=20161120115917 (::1) 3.54ms | |
[D 11:59:20.314 NotebookApp] 200 GET /notebook/static/notebook/js/savewidget.js?v=20161120115917 (::1) 1.07ms | |
[D 11:59:20.317 NotebookApp] 200 GET /notebook/static/notebook/js/actions.js?v=20161120115917 (::1) 1.30ms | |
[D 11:59:20.342 NotebookApp] 200 GET /notebook/static/notebook/js/keyboardmanager.js?v=20161120115917 (::1) 1.17ms | |
[D 11:59:20.358 NotebookApp] 200 GET /notebook/static/components/codemirror/lib/codemirror.js?v=20161120115917 (::1) 1.59ms | |
[D 11:59:20.381 NotebookApp] 200 GET /notebook/static/notebook/js/kernelselector.js?v=20161120115917 (::1) 1.13ms | |
[D 11:59:20.406 NotebookApp] 200 GET /notebook/static/custom/custom.js?v=20161120115917 (::1) 0.99ms | |
[D 11:59:20.408 NotebookApp] 200 GET /notebook/static/notebook/js/about.js?v=20161120115917 (::1) 0.98ms | |
[D 11:59:20.411 NotebookApp] 200 GET /notebook/static/components/moment/moment.js?v=20161120115917 (::1) 1.44ms | |
[D 11:59:20.434 NotebookApp] 200 GET /notebook/static/components/codemirror/mode/meta.js?v=20161120115917 (::1) 1.31ms | |
[D 11:59:20.437 NotebookApp] 200 GET /notebook/static/notebook/js/toolbar.js?v=20161120115917 (::1) 1.27ms | |
[D 11:59:20.464 NotebookApp] 200 GET /notebook/static/notebook/js/celltoolbar.js?v=20161120115917 (::1) 1.21ms | |
[D 11:59:20.473 NotebookApp] 200 GET /notebook/static/components/jquery-ui/ui/minified/jquery-ui.min.js?v=20161120115917 (::1) 1.29ms | |
[D 11:59:20.526 NotebookApp] 200 GET /notebook/static/base/js/dialog.js?v=20161120115917 (::1) 1.39ms | |
[D 11:59:20.536 NotebookApp] 200 GET /notebook/static/notebook/js/cell.js?v=20161120115917 (::1) 1.09ms | |
[D 11:59:20.621 NotebookApp] 200 GET /notebook/static/notebook/js/textcell.js?v=20161120115917 (::1) 1.28ms | |
[D 11:59:20.684 NotebookApp] 200 GET /notebook/static/notebook/js/codecell.js?v=20161120115917 (::1) 1.07ms | |
[D 11:59:20.690 NotebookApp] 200 GET /notebook/static/services/sessions/session.js?v=20161120115917 (::1) 1.20ms | |
[D 11:59:20.704 NotebookApp] 200 GET /notebook/static/components/marked/lib/marked.js?v=20161120115917 (::1) 1.17ms | |
[D 11:59:20.740 NotebookApp] 200 GET /notebook/static/components/codemirror/addon/runmode/runmode.js?v=20161120115917 (::1) 3.10ms | |
[D 11:59:20.754 NotebookApp] 200 GET /notebook/static/notebook/js/mathjaxutils.js?v=20161120115917 (::1) 1.09ms | |
[D 11:59:20.757 NotebookApp] 200 GET /notebook/static/base/js/keyboard.js?v=20161120115917 (::1) 0.93ms | |
[D 11:59:20.828 NotebookApp] 200 GET /notebook/static/notebook/js/tooltip.js?v=20161120115917 (::1) 1.89ms | |
[D 11:59:20.851 NotebookApp] 200 GET /notebook/static/notebook/js/celltoolbarpresets/default.js?v=20161120115917 (::1) 1.50ms | |
[D 11:59:20.867 NotebookApp] 200 GET /notebook/static/notebook/js/celltoolbarpresets/rawcell.js?v=20161120115917 (::1) 2.79ms | |
[D 11:59:20.886 NotebookApp] 200 GET /notebook/static/notebook/js/scrollmanager.js?v=20161120115917 (::1) 1.19ms | |
[D 11:59:20.887 NotebookApp] 200 GET /notebook/static/notebook/js/celltoolbarpresets/slideshow.js?v=20161120115917 (::1) 0.83ms | |
[D 11:59:20.914 NotebookApp] 200 GET /notebook/static/base/js/notificationarea.js?v=20161120115917 (::1) 1.08ms | |
[D 11:59:20.924 NotebookApp] 200 GET /notebook/static/notebook/js/tour.js?v=20161120115917 (::1) 1.50ms | |
[D 11:59:20.955 NotebookApp] 200 GET /notebook/static/components/bootstrap/js/bootstrap.min.js?v=20161120115917 (::1) 1.31ms | |
[D 11:59:20.987 NotebookApp] 200 GET /notebook/static/components/underscore/underscore-min.js?v=20161120115917 (::1) 2.71ms | |
[D 11:59:21.003 NotebookApp] 200 GET /notebook/static/components/codemirror/mode/gfm/gfm.js?v=20161120115917 (::1) 2.02ms | |
[D 11:59:21.015 NotebookApp] 200 GET /notebook/static/base/js/security.js?v=20161120115917 (::1) 1.68ms | |
[D 11:59:21.024 NotebookApp] 200 GET /notebook/static/notebook/js/codemirror-ipythongfm.js?v=20161120115917 (::1) 4.01ms | |
[D 11:59:21.050 NotebookApp] 200 GET /notebook/static/components/codemirror/addon/edit/matchbrackets.js?v=20161120115917 (::1) 1.41ms | |
[D 11:59:21.083 NotebookApp] 200 GET /notebook/static/components/codemirror/addon/comment/comment.js?v=20161120115917 (::1) 1.17ms | |
[D 11:59:21.086 NotebookApp] 200 GET /notebook/static/components/codemirror/addon/edit/closebrackets.js?v=20161120115917 (::1) 0.93ms | |
[D 11:59:21.103 NotebookApp] 200 GET /notebook/static/notebook/js/outputarea.js?v=20161120115917 (::1) 1.35ms | |
[D 11:59:21.145 NotebookApp] 200 GET /notebook/static/components/codemirror/mode/python/python.js?v=20161120115917 (::1) 1.81ms | |
[D 11:59:21.151 NotebookApp] 200 GET /notebook/static/notebook/js/completer.js?v=20161120115917 (::1) 1.82ms | |
[D 11:59:21.165 NotebookApp] 200 GET /notebook/static/services/kernels/kernel.js?v=20161120115917 (::1) 1.32ms | |
[D 11:59:21.173 NotebookApp] 200 GET /notebook/static/notebook/js/codemirror-ipython.js?v=20161120115917 (::1) 1.85ms | |
[D 11:59:21.197 NotebookApp] 200 GET /notebook/static/base/js/notificationwidget.js?v=20161120115917 (::1) 1.96ms | |
[D 11:59:21.200 NotebookApp] 200 GET /notebook/static/components/bootstrap-tour/build/js/bootstrap-tour.min.js?v=20161120115917 (::1) 1.57ms | |
[D 11:59:21.236 NotebookApp] 200 GET /notebook/static/components/codemirror/addon/mode/overlay.js?v=20161120115917 (::1) 2.76ms | |
[D 11:59:21.258 NotebookApp] 200 GET /notebook/static/components/codemirror/mode/markdown/markdown.js?v=20161120115917 (::1) 1.22ms | |
[D 11:59:21.294 NotebookApp] 200 GET /notebook/static/components/codemirror/addon/mode/multiplex.js?v=20161120115917 (::1) 1.16ms | |
[D 11:59:21.308 NotebookApp] 200 GET /notebook/static/components/google-caja/html-css-sanitizer-minified.js?v=20161120115917 (::1) 1.52ms | |
[D 11:59:21.315 NotebookApp] 200 GET /notebook/static/components/codemirror/mode/stex/stex.js?v=20161120115917 (::1) 2.96ms | |
[D 11:59:21.346 NotebookApp] 200 GET /notebook/static/notebook/js/contexthint.js?v=20161120115917 (::1) 1.33ms | |
[D 11:59:21.371 NotebookApp] 200 GET /notebook/static/services/kernels/comm.js?v=20161120115917 (::1) 1.67ms | |
[D 11:59:21.373 NotebookApp] 200 GET /notebook/static/services/kernels/serialize.js?v=20161120115917 (::1) 1.67ms | |
[D 11:59:21.393 NotebookApp] 200 GET /notebook/static/widgets/js/init.js?v=20161120115917 (::1) 1.93ms | |
[D 11:59:21.404 NotebookApp] 200 GET /notebook/static/components/codemirror/mode/xml/xml.js?v=20161120115917 (::1) 1.72ms | |
[D 11:59:21.468 NotebookApp] 200 GET /notebook/static/widgets/js/manager.js?v=20161120115917 (::1) 1.11ms | |
[D 11:59:21.472 NotebookApp] 200 GET /notebook/static/widgets/js/widget_bool.js?v=20161120115917 (::1) 1.09ms | |
[D 11:59:21.485 NotebookApp] 200 GET /notebook/static/widgets/js/widget_link.js?v=20161120115917 (::1) 1.26ms | |
[D 11:59:21.490 NotebookApp] 200 GET /notebook/static/widgets/js/widget_button.js?v=20161120115917 (::1) 1.76ms | |
[D 11:59:21.502 NotebookApp] 200 GET /notebook/static/widgets/js/widget_box.js?v=20161120115917 (::1) 1.12ms | |
[D 11:59:21.505 NotebookApp] 200 GET /notebook/static/widgets/js/widget_float.js?v=20161120115917 (::1) 1.54ms | |
[D 11:59:21.550 NotebookApp] 200 GET /notebook/static/widgets/js/widget_int.js?v=20161120115917 (::1) 1.84ms | |
[D 11:59:21.553 NotebookApp] 200 GET /notebook/static/widgets/js/widget_image.js?v=20161120115917 (::1) 1.48ms | |
[D 11:59:21.580 NotebookApp] 200 GET /notebook/static/widgets/js/widget_output.js?v=20161120115917 (::1) 1.73ms | |
[D 11:59:21.604 NotebookApp] 200 GET /notebook/static/widgets/js/widget_selectioncontainer.js?v=20161120115917 (::1) 1.64ms | |
[D 11:59:21.606 NotebookApp] 200 GET /notebook/static/widgets/js/widget_selection.js?v=20161120115917 (::1) 1.41ms | |
[D 11:59:21.629 NotebookApp] 200 GET /notebook/static/widgets/js/widget_string.js?v=20161120115917 (::1) 1.55ms | |
[D 11:59:21.644 NotebookApp] 200 GET /notebook/static/widgets/js/widget.js?v=20161120115917 (::1) 1.93ms | |
[D 11:59:21.649 NotebookApp] 200 GET /notebook/static/components/backbone/backbone-min.js?v=20161120115917 (::1) 1.65ms | |
[D 11:59:21.729 NotebookApp] 200 GET /notebook/api/config/common?_=1479661160236 (::1) 1.12ms | |
[D 11:59:21.731 NotebookApp] 200 GET /notebook/api/config/notebook?_=1479661160235 (::1) 1.43ms | |
[D 11:59:21.864 NotebookApp] 200 GET /notebook/api/kernelspecs (::1) 5.95ms | |
[D 11:59:21.878 NotebookApp] 200 GET /notebook/static/components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0 (::1) 1.50ms | |
[I 11:59:21.904 NotebookApp] Writing notebook-signing key to /tmp/pyramid_notebook/[email protected]/.ipython/profile_default/security/notebook_secret | |
[W 11:59:21.905 NotebookApp] Notebook default-2012696252094073189.ipynb is not trusted | |
[D 11:59:21.907 NotebookApp] 200 GET /notebook/api/contents/default-2012696252094073189.ipynb?type=notebook&_=1479661160237 (::1) 14.26ms | |
[D 11:59:22.236 NotebookApp] 200 GET /notebook/api/contents/default-2012696252094073189.ipynb/checkpoints?_=1479661160238 (::1) 3.51ms | |
[D 11:59:22.237 NotebookApp] No kernel name specified, using default kernel | |
[D 11:59:22.251 NotebookApp] Connecting to: tcp://127.0.0.1:57145 | |
[I 11:59:22.252 NotebookApp] Kernel started: 00d53711-422b-4247-a560-d2ad48ff70f5 | |
[D 11:59:22.252 NotebookApp] Kernel args: {'cwd': '/tmp/pyramid_notebook/[email protected]'} | |
[D 11:59:22.255 NotebookApp] 201 POST /notebook/api/sessions (::1) 18.70ms | |
[D 11:59:22.372 NotebookApp] Serving kernel resource from: /home/maz/webapp/sauna1_env/lib/python3.5/site-packages/IPython/kernel/resources | |
[D 11:59:22.373 NotebookApp] 200 GET /notebook/kernelspecs/python3/logo-64x64.png (::1) 2.70ms | |
[D 12:00:52.687 NotebookApp] Using contents: services/contents | |
[D 12:00:52.688 NotebookApp] 304 GET /notebook/notebooks/default-2012696252094073189.ipynb (::1) 2.85ms | |
[D 12:00:52.764 NotebookApp] 304 GET /notebook/static/custom/custom.css?v=900035aa0c126bb85df55c5b3e51b6f1 (::1) 1.13ms | |
[D 12:00:52.892 NotebookApp] 304 GET /notebook/static/custom/custom.js?v=20161120115917 (::1) 0.85ms | |
[D 12:00:53.345 NotebookApp] 200 GET /notebook/api/config/notebook?_=1479661252975 (::1) 1.18ms | |
[D 12:00:53.347 NotebookApp] 200 GET /notebook/api/config/common?_=1479661252976 (::1) 0.93ms | |
[D 12:00:53.448 NotebookApp] 304 GET /notebook/api/kernelspecs (::1) 1.49ms | |
[W 12:00:53.479 NotebookApp] Notebook default-2012696252094073189.ipynb is not trusted | |
[D 12:00:53.482 NotebookApp] 200 GET /notebook/api/contents/default-2012696252094073189.ipynb?type=notebook&_=1479661252977 (::1) 7.15ms | |
[D 12:00:53.808 NotebookApp] No kernel name specified, using default kernel | |
[D 12:00:53.808 NotebookApp] 201 POST /notebook/api/sessions (::1) 1.44ms | |
[D 12:00:53.811 NotebookApp] 200 GET /notebook/api/contents/default-2012696252094073189.ipynb/checkpoints?_=1479661252978 (::1) 1.03ms | |
[D 12:02:53.852 NotebookApp] 200 GET /notebook/api/contents/default-2012696252094073189.ipynb?content=0&_=1479661252979 (::1) 1.33ms | |
[I 12:02:53.903 NotebookApp] Saving file at /default-2012696252094073189.ipynb | |
[D 12:02:53.903 NotebookApp] Saving /tmp/pyramid_notebook/[email protected]/default-2012696252094073189.ipynb | |
[D 12:02:53.911 NotebookApp] 200 PUT /notebook/api/contents/default-2012696252094073189.ipynb (::1) 8.90ms | |
[D 12:04:53.849 NotebookApp] 200 GET /notebook/api/contents/default-2012696252094073189.ipynb?content=0&_=1479661252980 (::1) 1.91ms | |
[I 12:04:53.906 NotebookApp] Saving file at /default-2012696252094073189.ipynb | |
[D 12:04:53.907 NotebookApp] Saving /tmp/pyramid_notebook/[email protected]/default-2012696252094073189.ipynb | |
[D 12:04:53.918 NotebookApp] 200 PUT /notebook/api/contents/default-2012696252094073189.ipynb (::1) 13.39ms | |
[I 12:29:17.136 NotebookApp] Shutting down kernels | |
[I 12:29:17.838 NotebookApp] Kernel shutdown: 00d53711-422b-4247-a560-d2ad48ff70f5 | |
Traceback (most recent call last): | |
File "/home/maz/webapp/sauna1_env/lib/python3.5/site-packages/pyramid_notebook/server/notebook_daemon.py", line 119, in run_notebook | |
_run_notebook(foreground) | |
File "/home/maz/webapp/sauna1_env/lib/python3.5/site-packages/pyramid_notebook/server/notebook_daemon.py", line 207, in _run_notebook | |
ipython = IPython.start_ipython(argv=argv, config=config) | |
File "/home/maz/webapp/sauna1_env/lib/python3.5/site-packages/IPython/__init__.py", line 120, in start_ipython | |
return launch_new_instance(argv=argv, **kwargs) | |
File "/home/maz/webapp/sauna1_env/lib/python3.5/site-packages/IPython/config/application.py", line 574, in launch_instance | |
app.start() | |
File "/home/maz/webapp/sauna1_env/lib/python3.5/site-packages/IPython/terminal/ipapp.py", line 367, in start | |
return self.subapp.start() | |
File "/home/maz/webapp/sauna1_env/lib/python3.5/site-packages/IPython/html/notebookapp.py", line 1107, in start | |
self.io_loop.start() | |
File "/home/maz/webapp/sauna1_env/lib/python3.5/site-packages/zmq/eventloop/ioloop.py", line 177, in start | |
super(ZMQIOLoop, self).start() | |
File "/home/maz/webapp/sauna1_env/lib/python3.5/site-packages/tornado/ioloop.py", line 862, in start | |
event_pairs = self._impl.poll(poll_timeout) | |
File "/home/maz/webapp/sauna1_env/lib/python3.5/site-packages/zmq/eventloop/ioloop.py", line 122, in poll | |
z_events = self._poller.poll(1000*timeout) | |
File "/home/maz/webapp/sauna1_env/lib/python3.5/site-packages/zmq/sugar/poll.py", line 99, in poll | |
return zmq_poll(self.sockets, timeout=timeout) | |
File "zmq/backend/cython/_poll.pyx", line 115, in zmq.backend.cython._poll.zmq_poll (zmq/backend/cython/_poll.c:2027) | |
File "zmq/backend/cython/checkrc.pxd", line 12, in zmq.backend.cython.checkrc._check_rc (zmq/backend/cython/_poll.c:2409) | |
File "/home/maz/webapp/sauna1_env/lib/python3.5/site-packages/pyramid_notebook/server/notebook_daemon.py", line 133, in kill_me | |
sys.exit(66) | |
SystemExit: 66 | |
shutdown Exiting with non-zero exit code 66: 66 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment