yparcs / crawlab

An interactive ipython toolkit for crawler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crawlab

An experimental toolkit for web crawler

Installation

To install use pip:

$ pip install crawlab
$ jupyter nbextension enable --py --sys-prefix crawlab

Jupyter lab:

$ jupyter labextension install @jupyter-widgets/jupyterlab-manager
$ jupyter labextension install js

For a development installation, Ubuntu dependencies:

$ sudo apt-get install python3 python3-dev
$ sudo apt-get install npm

Install extension:

$ git clone https://github.com/fabiocariati/crawlab.git
$ cd crawlab
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix crawlab
$ jupyter nbextension enable --py --sys-prefix crawlab

About

An interactive ipython toolkit for crawler

License:MIT License


Languages

Language:Jupyter Notebook 48.7%Language:Python 41.6%Language:JavaScript 9.7%