#!/usr/bin/env bash
# Open the project's console.
#
# Copyright (c) 2019 Cisco and/or its affiliates.
# License: MIT


set -e
cd "$(dirname "$0")/.."


# Launch the project's console
ipython3 -i script/ipython_console.py
