Skip to content

Instantly share code, notes, and snippets.

@sesseor
Last active March 17, 2021 10:44
Show Gist options
  • Save sesseor/1d1c4173cb79d1c34221187909b9661d to your computer and use it in GitHub Desktop.
Save sesseor/1d1c4173cb79d1c34221187909b9661d to your computer and use it in GitHub Desktop.
sherlock.ipynb
Display the source blob
Display the rendered blob
Raw
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "sherlock.ipynb",
"provenance": [],
"collapsed_sections": [],
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
}
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/gist/igosad/1d1c4173cb79d1c34221187909b9661d/sherlock.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "pRJE_0NfeE5d"
},
"source": [
"* clone the repo\n"
]
},
{
"cell_type": "code",
"metadata": {
"id": "8v6PEfyXb0Gx"
},
"source": [
"!git clone https://github.com/sherlock-project/sherlock.git\n"
],
"execution_count": null,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "Et_8vBDbdovJ"
},
"source": [
"\n",
"* change the working directory to sherlock\n",
"\n",
"\n",
"\n",
"\n"
]
},
{
"cell_type": "code",
"metadata": {
"id": "EUyP7VuGeD04"
},
"source": [
"!cd sherlock"
],
"execution_count": null,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "OAqDwF30eT39"
},
"source": [
"\n",
"\n",
"* install the requirements\n",
"\n",
"\n"
]
},
{
"cell_type": "code",
"metadata": {
"id": "N_9NjPVlcJnX"
},
"source": [
"!python3 -m pip install -r /content/sherlock/requirements.txt"
],
"execution_count": null,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "PrytiuipejMH"
},
"source": [
"\n",
"\n",
"* Usage\n",
"\n",
"\n"
]
},
{
"cell_type": "code",
"metadata": {
"id": "cXOQUAhDchkl"
},
"source": [
"!python3 /content/sherlock/sherlock/sherlock.py --help"
],
"execution_count": null,
"outputs": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment