/usr/local/lib/python2.7/dist-packages/ipykernel/pylab/config.py:66: DeprecationWarning: metadata {'config': True} was set from the constructor. Metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
inline backend."""
/usr/local/lib/python2.7/dist-packages/ipykernel/pylab/config.py:71: DeprecationWarning: metadata {'config': True} was set from the constructor. Metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
'retina', 'jpeg', 'svg', 'pdf'.""")
/usr/local/lib/python2.7/dist-packages/ipykernel/pylab/config.py:85: DeprecationWarning: metadata {'config': True} was set from the constructor. Metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
use `figure_formats` instead)""")
/usr/local/lib/python2.7/dist-packages/ipykernel/pylab/config.py:95: DeprecationWarning: metadata {'config': True} was set from the constructor. Metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
"""
/usr/local/lib/python2.7/dist-packages/ipykernel/pylab/config.py:114: DeprecationWarning: metadata {'config': True} was set from the constructor. Metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
""")
/usr/local/lib/python2.7/dist-packages/ipykernel/pylab/config.py:44: DeprecationWarning: InlineBackend._config_changed is deprecated: use @observe and @unobserve instead.
def _config_changed(self, name, old, new):
/usr/local/lib/python2.7/dist-packages/traitlets/traitlets.py:770: DeprecationWarning: A parent of InlineBackend._config_changed has adopted the new @observe(change) API
clsname, change_or_name), DeprecationWarning)
/usr/local/lib/python2.7/dist-packages/IPython/core/formatters.py:98: DeprecationWarning: DisplayFormatter._formatters_default is deprecated: use @default decorator instead.
def _formatters_default(self):
/usr/local/lib/python2.7/dist-packages/IPython/core/formatters.py:677: DeprecationWarning: PlainTextFormatter._deferred_printers_default is deprecated: use @default decorator instead.
def _deferred_printers_default(self):
/usr/local/lib/python2.7/dist-packages/IPython/core/formatters.py:669: DeprecationWarning: PlainTextFormatter._singleton_printers_default is deprecated: use @default decorator instead.
def _singleton_printers_default(self):
/usr/local/lib/python2.7/dist-packages/IPython/core/formatters.py:672: DeprecationWarning: PlainTextFormatter._type_printers_default is deprecated: use @default decorator instead.
def _type_printers_default(self):
/usr/local/lib/python2.7/dist-packages/IPython/core/formatters.py:672: DeprecationWarning: PlainTextFormatter._type_printers_default is deprecated: use @default decorator instead.
def _type_printers_default(self):
/usr/local/lib/python2.7/dist-packages/IPython/core/formatters.py:677: DeprecationWarning: PlainTextFormatter._deferred_printers_default is deprecated: use @default decorator instead.
def _deferred_printers_default(self):
/usr/local/lib/python2.7/dist-packages/jupyter_core/application.py:106: DeprecationWarning: metadata {'config': True} was set from the constructor. Metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
help="""Generate default config file."""
/usr/local/lib/python2.7/dist-packages/jupyter_core/application.py:110: DeprecationWarning: metadata {'config': True} was set from the constructor. Metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
help="Specify a config file to load."
/usr/local/lib/python2.7/dist-packages/jupyter_core/application.py:118: DeprecationWarning: metadata {'config': True} was set from the constructor. Metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
help="""Full path of a config file.""",
/usr/local/lib/python2.7/dist-packages/jupyter_core/application.py:122: DeprecationWarning: metadata {'config': True} was set from the constructor. Metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
help="""Answer yes to any prompts."""
/usr/local/lib/python2.7/dist-packages/notebook/nbextensions.py:286: DeprecationWarning: metadata {'config': True} was set from the constructor. Metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
overwrite = Bool(False, config=True, help="Force overwrite of existing files")
/usr/local/lib/python2.7/dist-packages/notebook/nbextensions.py:287: DeprecationWarning: metadata {'config': True} was set from the constructor. Metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
symlink = Bool(False, config=True, help="Create symlinks instead of copying files")
/usr/local/lib/python2.7/dist-packages/notebook/nbextensions.py:288: DeprecationWarning: metadata {'config': True} was set from the constructor. Metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
user = Bool(False, config=True, help="Whether to do a user install")
/usr/local/lib/python2.7/dist-packages/notebook/nbextensions.py:289: DeprecationWarning: metadata {'config': True} was set from the constructor. Metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
prefix = Unicode('', config=True, help="Installation prefix")
/usr/local/lib/python2.7/dist-packages/notebook/nbextensions.py:290: DeprecationWarning: metadata {'config': True} was set from the constructor. Metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
nbextensions_dir = Unicode('', config=True, help="Full path to nbextensions dir (probably use prefix or user)")
/usr/local/lib/python2.7/dist-packages/notebook/nbextensions.py:291: DeprecationWarning: metadata {'config': True} was set from the constructor. Metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
destination = Unicode('', config=True, help="Destination for the copy or symlink")
/usr/local/lib/python2.7/dist-packages/notebook/nbextensions.py:293: DeprecationWarning: metadata {'config': True} was set from the constructor. Metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
help="Verbosity level"
/usr/local/lib/python2.7/dist-packages/notebook/nbextensions.py:333: DeprecationWarning: metadata {'config': True} was set from the constructor. Metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
help=("Which config section to add the extension to. "
/usr/local/lib/python2.7/dist-packages/notebook/nbextensions.py:364: DeprecationWarning: metadata {'config': True} was set from the constructor. Metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
help=("Which config section to remove the extension from. "
/usr/local/lib/python2.7/dist-packages/jupyter_core/application.py:78: DeprecationWarning: JupyterApp._config_dir_default is deprecated: use @default decorator instead.
def _config_dir_default(self):
/usr/local/lib/python2.7/dist-packages/notebook/nbextensions.py:340: DeprecationWarning: EnableNBExtensionApp._config_file_name_default is deprecated: use @default decorator instead.
def _config_file_name_default(self):
/usr/local/lib/python2.7/dist-packages/jupyter_core/application.py:91: DeprecationWarning: JupyterApp._data_dir_default is deprecated: use @default decorator instead.
def _data_dir_default(self):
/usr/local/lib/python2.7/dist-packages/jupyter_core/application.py:73: DeprecationWarning: JupyterApp._jupyter_path_default is deprecated: use @default decorator instead.
def _jupyter_path_default(self):
/usr/local/lib/python2.7/dist-packages/jupyter_core/application.py:69: DeprecationWarning: JupyterApp._log_level_default is deprecated: use @default decorator instead.
def _log_level_default(self):
/usr/local/lib/python2.7/dist-packages/jupyter_core/application.py:97: DeprecationWarning: JupyterApp._runtime_dir_default is deprecated: use @default decorator instead.
def _runtime_dir_default(self):
/usr/local/lib/python2.7/dist-packages/jupyter_core/application.py:78: DeprecationWarning: JupyterApp._config_dir_default is deprecated: use @default decorator instead.
def _config_dir_default(self):
/usr/local/lib/python2.7/dist-packages/notebook/nbextensions.py:340: DeprecationWarning: EnableNBExtensionApp._config_file_name_default is deprecated: use @default decorator instead.
def _config_file_name_default(self):
/usr/local/lib/python2.7/dist-packages/jupyter_core/application.py:91: DeprecationWarning: JupyterApp._data_dir_default is deprecated: use @default decorator instead.
def _data_dir_default(self):
/usr/local/lib/python2.7/dist-packages/jupyter_core/application.py:73: DeprecationWarning: JupyterApp._jupyter_path_default is deprecated: use @default decorator instead.
def _jupyter_path_default(self):
/usr/local/lib/python2.7/dist-packages/jupyter_core/application.py:69: DeprecationWarning: JupyterApp._log_level_default is deprecated: use @default decorator instead.
def _log_level_default(self):
/usr/local/lib/python2.7/dist-packages/jupyter_core/application.py:97: DeprecationWarning: JupyterApp._runtime_dir_default is deprecated: use @default decorator instead.
def _runtime_dir_default(self):
/usr/local/lib/python2.7/dist-packages/notebook/services/config/manager.py:15: DeprecationWarning: metadata {'config': True} was set from the constructor. Metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
config_dir = Unicode(config=True)
/usr/local/lib/python2.7/dist-packages/notebook/services/config/manager.py:16: DeprecationWarning: ConfigManager._config_dir_default is deprecated: use @default decorator instead.
def _config_dir_default(self):
/usr/local/lib/python2.7/dist-packages/notebook/services/config/manager.py:16: DeprecationWarning: ConfigManager._config_dir_default is deprecated: use @default decorator instead.
def _config_dir_default(self):
bothound_tools.py:37: Warning: Can't create database 'bothound'; database exists
self.cur.execute(sql)
bothound_tools.py:46: Warning: Table 'attacks' already exists
self.cur.execute("create table IF NOT EXISTS attacks (id INT NOT NULL AUTO_INCREMENT, "
bothound_tools.py:51: Warning: Table 'incidents' already exists
self.cur.execute("create table IF NOT EXISTS incidents (id INT NOT NULL AUTO_INCREMENT, "
bothound_tools.py:67: Warning: Table 'sessions' already exists
self.cur.execute("create table IF NOT EXISTS sessions (id INT NOT NULL AUTO_INCREMENT, "
bothound_tools.py:96: Warning: Table 'clusters' already exists
self.cur.execute("create table IF NOT EXISTS clusters (id INT NOT NULL AUTO_INCREMENT, "
bothound_tools.py:104: Warning: Table 'deflectees' already exists
self.cur.execute("create table IF NOT EXISTS deflectees (id INT NOT NULL AUTO_INCREMENT, "
bothound_tools.py:110: Warning: Table 'countries' already exists
self.cur.execute("create table IF NOT EXISTS countries (id INT NOT NULL AUTO_INCREMENT, "
bothound_tools.py:116: Warning: Table 'intersections' already exists
self.cur.execute("create table IF NOT EXISTS intersections (id INT NOT NULL AUTO_INCREMENT, "
bothound_tools.py:127: Warning: Table 'user_agents' already exists
self.cur.execute("create table IF NOT EXISTS user_agents (id INT NOT NULL AUTO_INCREMENT, "
bothound_tools.py:142: Warning: Table 'session_user_agent' already exists
self.cur.execute("create table IF NOT EXISTS session_user_agent (id INT NOT NULL AUTO_INCREMENT, "
bothound_tools.py:153: Warning: Table 'encryption' already exists
self.cur.execute("create table IF NOT EXISTS encryption (id INT NOT NULL AUTO_INCREMENT, "
/usr/local/lib/python2.7/dist-packages/IPython/core/formatters.py:92: DeprecationWarning:
DisplayFormatter._ipython_display_formatter_default is deprecated: use @default decorator instead.
/usr/local/lib/python2.7/dist-packages/IPython/core/formatters.py:669: DeprecationWarning:
PlainTextFormatter._singleton_printers_default is deprecated: use @default decorator instead.