Skip to content

Instantly share code, notes, and snippets.

@epifanio
Created January 7, 2015 00:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epifanio/d10858d260e913954a49 to your computer and use it in GitHub Desktop.
Save epifanio/d10858d260e913954a49 to your computer and use it in GitHub Desktop.
epinux@Debian-70-wheezy-64-minimal:~$ ipython3 profile create nbserver
[ProfileCreate] Generating default config file: '/home/epinux/.ipython/profile_nbserver/ipython_config.py'
[ProfileCreate] Generating default config file: '/home/epinux/.ipython/profile_nbserver/ipython_kernel_config.py'
[ProfileCreate] Generating default config file: '/home/epinux/.ipython/profile_nbserver/ipython_console_config.py'
[ProfileCreate] Generating default config file: '/home/epinux/.ipython/profile_nbserver/ipython_notebook_config.py'
[ProfileCreate] Generating default config file: '/home/epinux/.ipython/profile_nbserver/ipython_nbconvert_config.py'
epinux@Debian-70-wheezy-64-minimal:~$
epinux@Debian-70-wheezy-64-minimal:~$ ipython3 notebook --profile=nbserver --no-browser --ip=144.76.93.231 --port=8894
[I 01:57:43.774 NotebookApp] Using existing profile dir: '/home/epinux/.ipython/profile_nbserver'
[I 01:57:43.778 NotebookApp] Using MathJax from CDN: https://cdn.mathjax.org/mathjax/latest/MathJax.js
[I 01:57:43.794 NotebookApp] Serving notebooks from local directory: /home/epinux
[I 01:57:43.794 NotebookApp] 0 active kernels
[I 01:57:43.794 NotebookApp] The IPython Notebook is running at: http://144.76.93.231:8894/
[I 01:57:43.794 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
epinux@Debian-70-wheezy-64-minimal:~$ ipython3 notebook --profile=nbserver --no-browser --ip=144.76.93.231 --port=8894
[I 01:58:57.441 NotebookApp] Using existing profile dir: '/home/epinux/.ipython/profile_nbserver'
[I 01:58:57.446 NotebookApp] Using MathJax from CDN: https://cdn.mathjax.org/mathjax/latest/MathJax.js
[I 01:58:57.469 NotebookApp] Serving notebooks from local directory: /home/epinux
[I 01:58:57.469 NotebookApp] 0 active kernels
[I 01:58:57.469 NotebookApp] The IPython Notebook is running at: http://144.76.93.231:8894/
[I 01:58:57.470 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[I 01:59:10.660 NotebookApp] Creating new notebook in
[I 01:59:14.283 NotebookApp] Kernel started: 81ff527b-9e26-4a74-99ad-32213dd02c95
[I 01:59:17.283 NotebookApp] KernelRestarter: restarting kernel (1/5)
[W 01:59:24.418 NotebookApp] Timeout waiting for kernel_info reply from 81ff527b-9e26-4a74-99ad-32213dd02c95
[I 01:59:26.287 NotebookApp] KernelRestarter: restarting kernel (1/5)
WARNING:root:kernel 81ff527b-9e26-4a74-99ad-32213dd02c95 restarted
[I 01:59:29.293 NotebookApp] KernelRestarter: restarting kernel (2/5)
WARNING:root:kernel 81ff527b-9e26-4a74-99ad-32213dd02c95 restarted
[I 01:59:32.298 NotebookApp] KernelRestarter: restarting kernel (3/5)
WARNING:root:kernel 81ff527b-9e26-4a74-99ad-32213dd02c95 restarted
[I 01:59:35.302 NotebookApp] KernelRestarter: restarting kernel (4/5)
WARNING:root:kernel 81ff527b-9e26-4a74-99ad-32213dd02c95 restarted
[W 01:59:38.308 NotebookApp] KernelRestarter: restart failed
[W 01:59:38.308 NotebookApp] Kernel 81ff527b-9e26-4a74-99ad-32213dd02c95 died, removing from map.
ERROR:root:kernel 81ff527b-9e26-4a74-99ad-32213dd02c95 restarted failed!
[W 01:59:38.546 NotebookApp] Kernel deleted before session
[W 01:59:38.546 NotebookApp] 410 DELETE /api/sessions/7ce5d2a9-a049-4e5a-a5c9-13b4f2a898c3 (79.3.173.102) 1.67ms referer=http://144.76.93.231:8894/notebooks/Untitled13.ipynb?kernel_name=python2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment